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

Unified Diff: Source/core/platform/AsyncFileSystemCallbacks.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
« no previous file with comments | « Source/core/platform/AsyncFileSystem.h ('k') | Source/core/platform/CalculationValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/AsyncFileSystemCallbacks.h
diff --git a/Source/core/platform/AsyncFileSystemCallbacks.h b/Source/core/platform/AsyncFileSystemCallbacks.h
index ef70406a97f3d4b25ae2c30aa4c9b61cd2a889b0..67214d1e5bbe2b4540677e530bfce524daef32fd 100644
--- a/Source/core/platform/AsyncFileSystemCallbacks.h
+++ b/Source/core/platform/AsyncFileSystemCallbacks.h
@@ -31,9 +31,9 @@
#ifndef AsyncFileSystemCallbacks_h
#define AsyncFileSystemCallbacks_h
-#include "AsyncFileSystem.h"
#include "AsyncFileWriter.h"
-#include "FileMetadata.h"
+#include "core/platform/AsyncFileSystem.h"
+#include "core/platform/FileMetadata.h"
#include "core/platform/network/BlobData.h"
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/platform/AsyncFileSystem.h ('k') | Source/core/platform/CalculationValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698