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

Unified Diff: public/web/gtk/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/default/WebRenderTheme.h ('k') | public/web/linux/WebFontRendering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/gtk/WebInputEventFactory.h
diff --git a/public/web/gtk/WebInputEventFactory.h b/public/web/gtk/WebInputEventFactory.h
index 1f6917fe167f9f9d5b78a79d5c164d6a6ecc81a6..cf4bf708fb06e7a2ad8273d822c5b0a30168b988 100644
--- a/public/web/gtk/WebInputEventFactory.h
+++ b/public/web/gtk/WebInputEventFactory.h
@@ -39,7 +39,7 @@ typedef struct _GdkEventCrossing GdkEventCrossing;
typedef struct _GdkEventScroll GdkEventScroll;
typedef struct _GdkEventKey GdkEventKey;
-namespace WebKit {
+namespace blink {
class WebKeyboardEvent;
class WebMouseEvent;
@@ -55,6 +55,6 @@ public:
BLINK_EXPORT static WebMouseWheelEvent mouseWheelEvent(const GdkEventScroll*);
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/default/WebRenderTheme.h ('k') | public/web/linux/WebFontRendering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698