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

Unified Diff: public/web/WebBindings.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/WebArrayBufferView.h ('k') | public/web/WebCache.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebBindings.h
diff --git a/public/web/WebBindings.h b/public/web/WebBindings.h
index a83120a52824cbba4a8bfa63175e95c645dbf39c..1b9d7b25fe37a1d207dad1af40a90b78c1d590b6 100644
--- a/public/web/WebBindings.h
+++ b/public/web/WebBindings.h
@@ -31,9 +31,9 @@
#ifndef WebBindings_h
#define WebBindings_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebString.h"
-#include "../platform/WebVector.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebVector.h"
#include <bindings/npruntime.h>
namespace v8 {
« no previous file with comments | « public/web/WebArrayBufferView.h ('k') | public/web/WebCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698