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

Unified Diff: components/web_contents_delegate_android/color_chooser_android.cc

Issue 16073002: components: Move web_contents_delegate_android into web_contents_delegate_android namespace. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix android java Created 7 years, 7 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: components/web_contents_delegate_android/color_chooser_android.cc
diff --git a/components/web_contents_delegate_android/color_chooser_android.cc b/components/web_contents_delegate_android/color_chooser_android.cc
index 23285710865b9022baedad2afd07283fa0d09bcf..4eb3d03d7040fd0dc2f5f0c4e7ebbbd6025ea592 100644
--- a/components/web_contents_delegate_android/color_chooser_android.cc
+++ b/components/web_contents_delegate_android/color_chooser_android.cc
@@ -9,7 +9,7 @@
#include "content/public/browser/web_contents_view.h"
#include "jni/ColorChooserAndroid_jni.h"
-namespace components {
+namespace web_contents_delegate_android {
ColorChooserAndroid::ColorChooserAndroid(content::WebContents* web_contents,
SkColor initial_color)
@@ -54,4 +54,4 @@ bool RegisterColorChooserAndroid(JNIEnv* env) {
return RegisterNativesImpl(env);
}
-} // namespace components
+} // namespace web_contents_delegate_android

Powered by Google App Engine
This is Rietveld 408576698