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

Unified Diff: Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp

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/WebFileSystemCallbacksImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp b/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
index 098d64e9090a86e0b35f0dd9dd8344eb0fab41e1..15191f23f425979153d627a10181e3ccb7414ac2 100644
--- a/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
+++ b/Source/WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
@@ -30,11 +30,11 @@
#include "config.h"
#include "WebFileSystemCallbacksImpl.h"
-#include "AsyncFileSystemCallbacks.h"
#include "AsyncFileSystemChromium.h"
-#include "FileMetadata.h"
#include "ScriptExecutionContext.h"
#include "WorkerAsyncFileSystemChromium.h"
+#include "core/platform/AsyncFileSystemCallbacks.h"
+#include "core/platform/FileMetadata.h"
#include <public/WebFileInfo.h>
#include <public/WebFileSystem.h>
#include <public/WebFileSystemEntry.h>
« no previous file with comments | « Source/WebKit/chromium/src/WebFileChooserCompletionImpl.h ('k') | Source/WebKit/chromium/src/WebFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698