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

Unified Diff: Source/platform/PlatformKeyboardEvent.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/PlatformInstrumentation.cpp ('k') | Source/platform/PlatformKeyboardEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformKeyboardEvent.h
diff --git a/Source/platform/PlatformKeyboardEvent.h b/Source/platform/PlatformKeyboardEvent.h
index 5408634c14f6fd559adbbe1cc9930b57db4e0099..a67cc216c84893b9f4c62c5612f8b686a0ea1c10 100644
--- a/Source/platform/PlatformKeyboardEvent.h
+++ b/Source/platform/PlatformKeyboardEvent.h
@@ -31,7 +31,7 @@
#include "platform/PlatformExport.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class PlatformKeyboardEvent : public PlatformEvent {
WTF_MAKE_FAST_ALLOCATED;
@@ -100,6 +100,6 @@ protected:
bool m_isSystemKey;
};
-} // namespace WebCore
+} // namespace blink
#endif // PlatformKeyboardEvent_h
« no previous file with comments | « Source/platform/PlatformInstrumentation.cpp ('k') | Source/platform/PlatformKeyboardEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698