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

Unified Diff: webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.h

Issue 2893843003: Reland of Split iOS sdk in to separate targets (Closed)
Patch Set: Clear up dependency cycles Created 3 years, 7 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
Index: webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.h
diff --git a/webrtc/sdk/objc/Framework/Classes/RTCUIApplication.h b/webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.h
similarity index 75%
rename from webrtc/sdk/objc/Framework/Classes/RTCUIApplication.h
rename to webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.h
index fb11edef44e00773cfc6c1ebb2c39cef8096428a..3df6d530b8f15bac2429acab8e08db2fa24d24ed 100644
--- a/webrtc/sdk/objc/Framework/Classes/RTCUIApplication.h
+++ b/webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_BASE_OBJC_RTC_UI_APPLICATION_H_
-#define WEBRTC_BASE_OBJC_RTC_UI_APPLICATION_H_
+#ifndef WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_UI_RTCUIAPPLICATION_H_
+#define WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_UI_RTCUIAPPLICATION_H_
#include "WebRTC/RTCMacros.h"
@@ -18,4 +18,4 @@
RTC_EXTERN bool RTCIsUIApplicationActive();
#endif // WEBRTC_IOS
-#endif // WEBRTC_BASE_OBJC_RTC_UI_APPLICATION_H_
+#endif // WEBRTC_SDK_OBJC_FRAMEWORK_CLASSES_UI_RTCUIAPPLICATION_H_
« no previous file with comments | « webrtc/sdk/objc/Framework/Classes/Common/RTCLogging.mm ('k') | webrtc/sdk/objc/Framework/Classes/Common/RTCUIApplication.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698