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

Unified Diff: public/web/WebDataSource.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/WebDOMResourceProgressEvent.h ('k') | public/web/WebDatabase.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDataSource.h
diff --git a/public/web/WebDataSource.h b/public/web/WebDataSource.h
index 6437ab70a7db1a280fe05197b5511eef08fc22de..639c83758f97a80cfd32b3805732289e899382ad 100644
--- a/public/web/WebDataSource.h
+++ b/public/web/WebDataSource.h
@@ -31,9 +31,9 @@
#ifndef WebDataSource_h
#define WebDataSource_h
-#include "../platform/WebCommon.h"
-#include "WebNavigationType.h"
-#include "WebTextDirection.h"
+#include "public/platform/WebCommon.h"
+#include "public/web/WebNavigationType.h"
+#include "public/web/WebTextDirection.h"
namespace blink {
« no previous file with comments | « public/web/WebDOMResourceProgressEvent.h ('k') | public/web/WebDatabase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698