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

Unified Diff: ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h

Issue 2562403003: Fix include guards of files in src/ios. (Closed)
Patch Set: Rebase on origin/master. Created 4 years 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 | « ios/crnet/CrNet.h ('k') | ios/crnet/crnet_consumer/crnet_consumer_view_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h
diff --git a/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h b/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h
index 7f819d0c8581d0ff9c115862b968fc702cdfa3e6..cb18ce9850d5d06a4b633001d1fed83b119a2661 100644
--- a/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h
+++ b/ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CRNET_CONSUMER_APP_DELEGATE_
-#define CRNET_CONSUMER_APP_DELEGATE_
+#ifndef IOS_CRNET_CRNET_CONSUMER_CRNET_CONSUMER_APP_DELEGATE_H_
+#define IOS_CRNET_CRNET_CONSUMER_CRNET_CONSUMER_APP_DELEGATE_H_
#import <UIKit/UIKit.h>
@@ -17,4 +17,4 @@
@end
-#endif // CRNET_CONSUMER_APP_DELEGATE_
+#endif // IOS_CRNET_CRNET_CONSUMER_CRNET_CONSUMER_APP_DELEGATE_H_
« no previous file with comments | « ios/crnet/CrNet.h ('k') | ios/crnet/crnet_consumer/crnet_consumer_view_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698