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

Unified Diff: Source/platform/PlatformWheelEvent.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/PlatformTouchPoint.h ('k') | Source/platform/PopupMenu.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/PlatformWheelEvent.h
diff --git a/Source/platform/PlatformWheelEvent.h b/Source/platform/PlatformWheelEvent.h
index c9f7e264a60a1980d69aea7467612a961408953d..d4c4bad9e80623ad1fdfd9f2e733879ebb0b2c5f 100644
--- a/Source/platform/PlatformWheelEvent.h
+++ b/Source/platform/PlatformWheelEvent.h
@@ -29,7 +29,7 @@
#include "platform/PlatformEvent.h"
#include "platform/geometry/IntPoint.h"
-namespace WebCore {
+namespace blink {
class FloatPoint;
class FloatSize;
@@ -151,6 +151,6 @@ protected:
#endif
};
-} // namespace WebCore
+} // namespace blink
#endif // PlatformWheelEvent_h
« no previous file with comments | « Source/platform/PlatformTouchPoint.h ('k') | Source/platform/PopupMenu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698