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

Unified Diff: android_webview/lib/webview_jni_onload.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/lib/webview_jni_onload.cc
diff --git a/android_webview/lib/webview_jni_onload.cc b/android_webview/lib/webview_jni_onload.cc
index 54182580d1f7420940aa4f623f0bd5926de94d35..a91a462c3cd291d83c137d0580fb9dc876713c8b 100644
--- a/android_webview/lib/webview_jni_onload.cc
+++ b/android_webview/lib/webview_jni_onload.cc
@@ -55,4 +55,4 @@ bool OnJNIOnLoadInit() {
return true;
}
-} // android_webview
+} // namespace android_webview
« no previous file with comments | « android_webview/common/crash_reporter/crash_keys.h ('k') | android_webview/renderer/aw_content_settings_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698