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

Unified Diff: Source/platform/KeyboardCodes.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/JSONValues.cpp ('k') | Source/platform/KillRing.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/KeyboardCodes.h
diff --git a/Source/platform/KeyboardCodes.h b/Source/platform/KeyboardCodes.h
index 48b4a935f61ac23c9bf30d259e9b3a0ab44ed9bc..f770b1e8a2ee2299e215f203c96c9fd5f46ffd13 100644
--- a/Source/platform/KeyboardCodes.h
+++ b/Source/platform/KeyboardCodes.h
@@ -37,7 +37,7 @@
#include "platform/WindowsKeyboardCodes.h"
-namespace WebCore {
+namespace blink {
enum {
// VKEY_LBUTTON (01) Left mouse button
@@ -556,6 +556,6 @@ enum {
VKEY_UNKNOWN = 0
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/JSONValues.cpp ('k') | Source/platform/KillRing.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698