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

Unified Diff: public/web/WebViewClient.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/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 740e8205d36c89041edf077ce28497cba2d0c9e8..46ad191c390b9fd3b58bee2054e58018e7240c6c 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -31,9 +31,6 @@
#ifndef WebViewClient_h
#define WebViewClient_h
-#include "../platform/WebColor.h"
-#include "../platform/WebGraphicsContext3D.h"
-#include "../platform/WebString.h"
#include "WebAXEnums.h"
#include "WebContentDetectionResult.h"
#include "WebDragOperation.h"
@@ -44,6 +41,9 @@
#include "WebTextAffinity.h"
#include "WebTextDirection.h"
#include "WebWidgetClient.h"
+#include "public/platform/WebColor.h"
+#include "public/platform/WebGraphicsContext3D.h"
+#include "public/platform/WebString.h"
namespace blink {
« no previous file with comments | « public/web/WebView.h ('k') | public/web/WebWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698