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

Unified Diff: components/web_contents_delegate_android/color_chooser_android.h

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.h
diff --git a/components/web_contents_delegate_android/color_chooser_android.h b/components/web_contents_delegate_android/color_chooser_android.h
index e8a624913a205e1fd741fe36ff02f00c2cf483c6..8ab332603a84fa55d1ea5b3178445b3dd8a0a727 100644
--- a/components/web_contents_delegate_android/color_chooser_android.h
+++ b/components/web_contents_delegate_android/color_chooser_android.h
@@ -15,9 +15,9 @@ using base::android::ScopedJavaLocalRef;
namespace content {
class WebContents;
-} // namespace content
+}
-namespace components {
+namespace web_contents_delegate_android {
// Glues the Java (ColorPickerChooser.java) picker with the native part.
class ColorChooserAndroid : public content::ColorChooser {
@@ -45,6 +45,6 @@ class ColorChooserAndroid : public content::ColorChooser {
// Native JNI methods
bool RegisterColorChooserAndroid(JNIEnv* env);
-} // namespace components
+} // namespace web_contents_delegate_android
#endif // COMPONENTS_WEB_CONTENTS_DELEGATE_ANDROID_COLOR_CHOOSER_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698