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

Unified Diff: android_webview/browser/popup_touch_handle_drawable.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/popup_touch_handle_drawable.cc
diff --git a/android_webview/browser/popup_touch_handle_drawable.cc b/android_webview/browser/popup_touch_handle_drawable.cc
index 3bd0bc623078d0a434dfeb0a75ba8c7db111cede..f230a1eff8f42dbf570d693dff01bc1f3272e630 100644
--- a/android_webview/browser/popup_touch_handle_drawable.cc
+++ b/android_webview/browser/popup_touch_handle_drawable.cc
@@ -94,4 +94,4 @@ static jlong Init(JNIEnv* env,
new PopupTouchHandleDrawable(env, obj, horizontal_padding_ratio));
}
-} // namespace content
+} // namespace android_webview
« no previous file with comments | « android_webview/browser/popup_touch_handle_drawable.h ('k') | android_webview/browser/renderer_host/aw_render_view_host_ext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698