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

Unified Diff: ui/base/ime/text_input_flags.h

Issue 2411973004: Move WebTextInputType and WebTextInputInfo into platform. (Closed)
Patch Set: Fix windows build Created 4 years, 2 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 | « third_party/WebKit/public/web/WebWidget.h ('k') | ui/base/ime/text_input_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/text_input_flags.h
diff --git a/ui/base/ime/text_input_flags.h b/ui/base/ime/text_input_flags.h
index 17fb9fb4df1e3768d6ecc810c6910a7874372119..f2d7c49ec9da368210fcfb51130b77a0f2a45a8f 100644
--- a/ui/base/ime/text_input_flags.h
+++ b/ui/base/ime/text_input_flags.h
@@ -8,7 +8,7 @@
namespace ui {
// Intentionally keep in sync with blink::WebTextInputFlags defined in:
-// third_party/WebKit/public/web/WebTextInputType.h
+// third_party/WebKit/public/platform/WebTextInputType.h
enum TextInputFlags {
TEXT_INPUT_FLAG_NONE = 0,
TEXT_INPUT_FLAG_AUTOCOMPLETE_ON = 1 << 0,
« no previous file with comments | « third_party/WebKit/public/web/WebWidget.h ('k') | ui/base/ime/text_input_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698