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

Unified Diff: android_webview/browser/cookie_manager.cc

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/cookie_manager.cc
diff --git a/android_webview/browser/cookie_manager.cc b/android_webview/browser/cookie_manager.cc
index 0bf8fd846e7a19fc843a3f78e62e25dea399b4bd..cc09e6ed9e196778cc9143a0555210e173710b23 100644
--- a/android_webview/browser/cookie_manager.cc
+++ b/android_webview/browser/cookie_manager.cc
@@ -629,4 +629,4 @@ bool RegisterCookieManager(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-} // android_webview namespace
+} // namespace android_webview
« no previous file with comments | « android_webview/browser/compositor_frame_consumer.h ('k') | android_webview/browser/net/aw_cookie_store_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698