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

Unified Diff: public/web/WebPlugin.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/WebPerformance.h ('k') | public/web/WebPluginContainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPlugin.h
diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h
index 9f046f2decb9d1932c13abf42a9ae9b2ac12f931..b6d7322217c6509298c686adcae8dba1a810d84d 100644
--- a/public/web/WebPlugin.h
+++ b/public/web/WebPlugin.h
@@ -31,12 +31,12 @@
#ifndef WebPlugin_h
#define WebPlugin_h
-#include "../platform/WebCanvas.h"
-#include "../platform/WebString.h"
-#include "../platform/WebURL.h"
-#include "WebDragOperation.h"
-#include "WebDragStatus.h"
-#include "WebWidget.h"
+#include "public/platform/WebCanvas.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
+#include "public/web/WebDragOperation.h"
+#include "public/web/WebDragStatus.h"
+#include "public/web/WebWidget.h"
struct NPObject;
struct _NPP;
« no previous file with comments | « public/web/WebPerformance.h ('k') | public/web/WebPluginContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698