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

Unified Diff: third_party/WebKit/public/web/WebNode.h

Issue 2892703002: Finish ../platform => public/platform refactor (Closed)
Patch Set: Fix syntax error in chrome/browser/BUILD.gn Created 3 years, 7 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 | « third_party/WebKit/public/web/WebFormElement.h ('k') | third_party/WebKit/public/web/WebPrintParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebNode.h
diff --git a/third_party/WebKit/public/web/WebNode.h b/third_party/WebKit/public/web/WebNode.h
index d2a2fe8a9f6aa13e58284cbbd18655a1bbe4c8fb..d8e803d5e1553a8272d73dcfda4cfd976f90fd30 100644
--- a/third_party/WebKit/public/web/WebNode.h
+++ b/third_party/WebKit/public/web/WebNode.h
@@ -31,10 +31,10 @@
#ifndef WebNode_h
#define WebNode_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebPrivatePtr.h"
-#include "../platform/WebString.h"
-#include "../platform/WebVector.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebPrivatePtr.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebVector.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/public/web/WebFormElement.h ('k') | third_party/WebKit/public/web/WebPrintParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698