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

Unified Diff: Source/core/platform/network/BlobData.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/core/platform/network/BlobData.h
diff --git a/Source/core/platform/network/BlobData.h b/Source/core/platform/network/BlobData.h
index ca7c5452a0d134540577d06f1dedeb9941971efd..e7967023a9ff42becbf0cca77129c9bd6df821c8 100644
--- a/Source/core/platform/network/BlobData.h
+++ b/Source/core/platform/network/BlobData.h
@@ -31,12 +31,12 @@
#ifndef BlobData_h
#define BlobData_h
-#include "FileSystem.h"
-#include "KURL.h"
+#include "core/platform/FileSystem.h"
+#include "core/platform/KURL.h"
#include <wtf/Forward.h>
#include <wtf/PassOwnPtr.h>
-#include <wtf/ThreadSafeRefCounted.h>
#include <wtf/text/WTFString.h>
+#include <wtf/ThreadSafeRefCounted.h>
namespace WebCore {
« no previous file with comments | « Source/core/platform/mock/ScrollbarThemeMock.cpp ('k') | Source/core/platform/network/BlobRegistryProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698