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

Unified Diff: android_webview/browser/token_binding_manager_bridge.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/token_binding_manager_bridge.cc
diff --git a/android_webview/browser/token_binding_manager_bridge.cc b/android_webview/browser/token_binding_manager_bridge.cc
index 1aaa0ec942598b113d672afba12bc1ed7703959c..5a4213dec8b3aea9e1edae52e907637729608a9f 100644
--- a/android_webview/browser/token_binding_manager_bridge.cc
+++ b/android_webview/browser/token_binding_manager_bridge.cc
@@ -116,4 +116,4 @@ bool RegisterTokenBindingManager(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-} // android_webview namespace
+} // namespace android_webview
« no previous file with comments | « android_webview/browser/test/rendering_test.cc ('k') | android_webview/common/crash_reporter/aw_microdump_crash_reporter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698