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: Source/WebKit/chromium/src/WebDataSourceImpl.h

Issue 14488003: Absolutify paths to platform/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: scripts, iwyu Created 7 years, 8 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
Index: Source/WebKit/chromium/src/WebDataSourceImpl.h
diff --git a/Source/WebKit/chromium/src/WebDataSourceImpl.h b/Source/WebKit/chromium/src/WebDataSourceImpl.h
index eda3f6cdd3ca3ee3d7c297018e2c9dcb97eeb3f9..084ba8cfa5ecdb20631c0504a66b98bc882831da 100644
--- a/Source/WebKit/chromium/src/WebDataSourceImpl.h
+++ b/Source/WebKit/chromium/src/WebDataSourceImpl.h
@@ -32,9 +32,9 @@
#define WebDataSourceImpl_h
#include "DocumentLoader.h"
-#include "KURL.h"
#include "WebDataSource.h"
#include "WebPluginLoadObserver.h"
+#include "core/platform/KURL.h"
#include "core/platform/chromium/support/WrappedResourceRequest.h"
#include "core/platform/chromium/support/WrappedResourceResponse.h"
#include <wtf/OwnPtr.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebCursorInfo.cpp ('k') | Source/WebKit/chromium/src/WebDevToolsFrontendImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698