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

Unified Diff: public/web/WebPerformance.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/WebPasswordFormData.h ('k') | public/web/WebPlugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPerformance.h
diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
index 99d973a8953e4f6c8d51939ea3196cf45b7e7bdc..c58bd84c425a25a938492506445eb741580d6fee 100644
--- a/public/web/WebPerformance.h
+++ b/public/web/WebPerformance.h
@@ -31,9 +31,9 @@
#ifndef WebPerformance_h
#define WebPerformance_h
-#include "../platform/WebCommon.h"
-#include "../platform/WebPrivatePtr.h"
#include "WebNavigationType.h"
+#include "public/platform/WebCommon.h"
+#include "public/platform/WebPrivatePtr.h"
namespace WebCore { class Performance; }
« no previous file with comments | « public/web/WebPasswordFormData.h ('k') | public/web/WebPlugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698