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

Unified Diff: public/web/mac/WebInputEventFactory.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/linux/WebFontRendering.h ('k') | public/web/mac/WebScrollbarTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/mac/WebInputEventFactory.h
diff --git a/public/web/mac/WebInputEventFactory.h b/public/web/mac/WebInputEventFactory.h
index 2a2ae1f036ee1c9be6b5d3f40c11a6e9034ca068..51e955c6608c48f6328bb51945270655b8f6366f 100644
--- a/public/web/mac/WebInputEventFactory.h
+++ b/public/web/mac/WebInputEventFactory.h
@@ -41,7 +41,7 @@ class NSEvent;
class NSView;
#endif
-namespace WebKit {
+namespace blink {
class WebKeyboardEvent;
class WebMouseEvent;
@@ -57,6 +57,6 @@ public:
BLINK_EXPORT static WebGestureEvent gestureEvent(NSEvent *, NSView *);
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/linux/WebFontRendering.h ('k') | public/web/mac/WebScrollbarTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698