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

Unified Diff: public/web/WebDOMMouseEvent.h

Issue 189703002: Rewrite platform headers in public/web/ to public/platform/... (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « public/web/WebDOMMessageEvent.h ('k') | public/web/WebDOMProgressEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDOMMouseEvent.h
diff --git a/public/web/WebDOMMouseEvent.h b/public/web/WebDOMMouseEvent.h
index a46dfecceb062b8463977774e6472a6faf6c5e54..efa06763fdda4fa44d6e2810bb86684172dacbcf 100644
--- a/public/web/WebDOMMouseEvent.h
+++ b/public/web/WebDOMMouseEvent.h
@@ -30,7 +30,7 @@
#ifndef WebDOMMouseEvent_h
#define WebDOMMouseEvent_h
-#include "WebDOMEvent.h"
+#include "public/web/WebDOMEvent.h"
#if BLINK_IMPLEMENTATION
namespace WebCore { class Event; }
« no previous file with comments | « public/web/WebDOMMessageEvent.h ('k') | public/web/WebDOMProgressEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698