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

Unified Diff: android_webview/browser/aw_contents_statics.h

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)
Patch Set: Fix header guard and namespace in android_webview Created 3 years, 6 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: android_webview/browser/aw_contents_statics.h
diff --git a/android_webview/browser/aw_contents_statics.h b/android_webview/browser/aw_contents_statics.h
index 26953df4edf403e66cc54e8ce3e3b9756f391b08..03bd5e7225e467872483b2d392cfb8031bf371a6 100644
--- a/android_webview/browser/aw_contents_statics.h
+++ b/android_webview/browser/aw_contents_statics.h
@@ -13,4 +13,4 @@ bool RegisterAwContentsStatics(JNIEnv* env);
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_NATIVE_AW_CONTENTS_H_
+#endif // ANDROID_WEBVIEW_BROWSER_AW_CONTENTS_STATICS_H_
« no previous file with comments | « android_webview/browser/aw_contents_lifecycle_notifier.h ('k') | android_webview/browser/aw_devtools_manager_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698