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

Unified Diff: public/web/WebTextInputType.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 | « public/web/WebTextInputInfo.h ('k') | public/web/WebTextRun.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextInputType.h
diff --git a/public/web/WebTextInputType.h b/public/web/WebTextInputType.h
index fea0c45f49728a710dba5f6a1d1aafefac1c427d..77ea4446759b1e2e597fcca4c2280b363617dc18 100644
--- a/public/web/WebTextInputType.h
+++ b/public/web/WebTextInputType.h
@@ -31,7 +31,7 @@
#ifndef WebTextInputType_h
#define WebTextInputType_h
-namespace WebKit {
+namespace blink {
enum WebTextInputType {
// Input caret is not in an editable node, no input method shall be used.
@@ -68,6 +68,6 @@ enum WebTextInputType {
WebTextInputTypeDateTimeField,
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebTextInputInfo.h ('k') | public/web/WebTextRun.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698