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

Unified Diff: Source/platform/SecureTextInput.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/platform/ScriptForbiddenScope.cpp ('k') | Source/platform/SecureTextInput.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/SecureTextInput.h
diff --git a/Source/platform/SecureTextInput.h b/Source/platform/SecureTextInput.h
index 2acee9f712db2682b1aa7f833d15951608b94fd9..e5c564cc74a037f6e28e70f424e6d1e19d50e8e0 100644
--- a/Source/platform/SecureTextInput.h
+++ b/Source/platform/SecureTextInput.h
@@ -33,7 +33,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
#if OS(MACOSX)
// Once enableSecureTextInput is called, secure text input mode is set until
@@ -45,6 +45,6 @@ inline void enableSecureTextInput() { }
inline void disableSecureTextInput() { }
#endif
-} // namespace WebCore
+} // namespace blink
#endif // SecureTextInput_h
« no previous file with comments | « Source/platform/ScriptForbiddenScope.cpp ('k') | Source/platform/SecureTextInput.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698