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

Unified Diff: public/web/WebApplicationCacheHost.h

Issue 65763002: Rewrite relative includes in public/web/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: a blink_public target which doesn't work 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/WebActiveWheelFlingParameters.h ('k') | public/web/WebApplicationCacheHostClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebApplicationCacheHost.h
diff --git a/public/web/WebApplicationCacheHost.h b/public/web/WebApplicationCacheHost.h
index d45369394fa59d55e59de869754c65276fa2d312..1b04f2a224532b6c7caa8f0bf523f96c228c113e 100644
--- a/public/web/WebApplicationCacheHost.h
+++ b/public/web/WebApplicationCacheHost.h
@@ -31,9 +31,9 @@
#ifndef WebApplicationCacheHost_h
#define WebApplicationCacheHost_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebURL.h"
-#include "../platform/WebVector.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebURL.h"
+#include "public/platform/WebVector.h"
namespace blink {
« no previous file with comments | « public/web/WebActiveWheelFlingParameters.h ('k') | public/web/WebApplicationCacheHostClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698