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

Unified Diff: ios/crnet/CrNet.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
Index: ios/crnet/CrNet.h
diff --git a/ios/crnet/CrNet.h b/ios/crnet/CrNet.h
index ce93886ea1bab97955befae85a3fcc25abbb23be..4b1d4dcc7bf7d09b0d88f151652216924fe36b89 100644
--- a/ios/crnet/CrNet.h
+++ b/ios/crnet/CrNet.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef IOS_CRNET_CRNET_H_
+#define IOS_CRNET_CRNET_H_
+
#import <Foundation/Foundation.h>
// A block, that takes a request, and returns YES if the request should
@@ -132,3 +135,5 @@ __attribute__((visibility("default")))
+ (void)clearCacheWithCompletionCallback:(ClearCacheCallback)completionBlock;
@end
+
+#endif // IOS_CRNET_CRNET_H_
« no previous file with comments | « ios/chrome/browser/web/web_controller_provider_impl.h ('k') | ios/crnet/crnet_consumer/crnet_consumer_app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698