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

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

Issue 2720593003: //third_party/WebKit/public: include v8 as a user, not system, header (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebDOMActivityLogger.h
diff --git a/third_party/WebKit/public/web/WebDOMActivityLogger.h b/third_party/WebKit/public/web/WebDOMActivityLogger.h
index 935ea6bbb1a643892e5b0cc4eae3b74018642845..dba81d362b3a6016b4435c66fe1df02cdff8ecae 100644
--- a/third_party/WebKit/public/web/WebDOMActivityLogger.h
+++ b/third_party/WebKit/public/web/WebDOMActivityLogger.h
@@ -31,10 +31,10 @@
#ifndef WebDOMActivityLogger_h
#define WebDOMActivityLogger_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebString.h"
-#include "../platform/WebURL.h"
-#include <v8.h>
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebString.h"
+#include "public/platform/WebURL.h"
+#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/public/web/WebFrameClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698