Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(766)

Unified Diff: webrtc/api/proxy.h

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/api/portallocatorfactory.cc ('k') | webrtc/api/proxy_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/proxy.h
diff --git a/talk/app/webrtc/proxy.h b/webrtc/api/proxy.h
similarity index 99%
rename from talk/app/webrtc/proxy.h
rename to webrtc/api/proxy.h
index 76a5c1eff2819e398983143f2c5e2fbbf452100e..384e1897ef84286822ac5c8ae1686f3971a13c5a 100644
--- a/talk/app/webrtc/proxy.h
+++ b/webrtc/api/proxy.h
@@ -52,8 +52,8 @@
//
// The proxy can be created using TestProxy::Create(Thread*, TestInterface*).
-#ifndef TALK_APP_WEBRTC_PROXY_H_
-#define TALK_APP_WEBRTC_PROXY_H_
+#ifndef WEBRTC_API_PROXY_H_
+#define WEBRTC_API_PROXY_H_
#include "webrtc/base/event.h"
#include "webrtc/base/thread.h"
@@ -388,4 +388,4 @@ class MethodCall5 : public rtc::Message,
} // namespace webrtc
-#endif // TALK_APP_WEBRTC_PROXY_H_
+#endif // WEBRTC_API_PROXY_H_
« no previous file with comments | « webrtc/api/portallocatorfactory.cc ('k') | webrtc/api/proxy_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698