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

Unified Diff: ios/chrome/browser/ui/webui/crashes_ui.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/chrome/browser/ui/rtl_geometry.h ('k') | ios/chrome/browser/web/web_controller_provider_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/webui/crashes_ui.h
diff --git a/ios/chrome/browser/ui/webui/crashes_ui.h b/ios/chrome/browser/ui/webui/crashes_ui.h
index 69ac0a9364a69e002c6ebe5d6af2551b7596cc84..3eae05846fada79c5acca8aa6a897677d7ec2386 100644
--- a/ios/chrome/browser/ui/webui/crashes_ui.h
+++ b/ios/chrome/browser/ui/webui/crashes_ui.h
@@ -28,4 +28,4 @@ class CrashesUI : public web::WebUIIOSController {
DISALLOW_COPY_AND_ASSIGN(CrashesUI);
};
-#endif // CHROME_BROWSER_UI_WEBUI_CRASHES_UI_H_
+#endif // IOS_CHROME_BROWSER_UI_WEBUI_CRASHES_UI_H_
« no previous file with comments | « ios/chrome/browser/ui/rtl_geometry.h ('k') | ios/chrome/browser/web/web_controller_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698