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

Unified Diff: components/web_contents_delegate_android/color_chooser_android.cc

Issue 929903002: Remove cc dependency from ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes in ui/PRESUBMIT.py Created 5 years, 10 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
« no previous file with comments | « components/web_contents_delegate_android/DEPS ('k') | content/browser/android/content_readback_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8c49f478d24404c2f9149a55700e588969b5d1c7..b08f36b46aa5aaf3cd8f526472ac2744cdf5fb5d 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.h"
#include "content/public/common/color_suggestion.h"
#include "jni/ColorChooserAndroid_jni.h"
-#include "ui/base/android/window_android.h"
+#include "ui/android/window_android.h"
using base::android::ConvertUTF16ToJavaString;
« no previous file with comments | « components/web_contents_delegate_android/DEPS ('k') | content/browser/android/content_readback_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698