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

Unified Diff: Source/core/platform/AsyncFileSystem.h

Issue 14383019: Absolutify paths to modules/*, part 1. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: .... 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/page/Navigator.cpp ('k') | Source/core/platform/AsyncFileSystemCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/AsyncFileSystem.h
diff --git a/Source/core/platform/AsyncFileSystem.h b/Source/core/platform/AsyncFileSystem.h
index 69be9c1b534c86cacfc40dcafb67e3ddc25793a5..d7774ab65c7711d1f6a3b393076d4775fef177e8 100644
--- a/Source/core/platform/AsyncFileSystem.h
+++ b/Source/core/platform/AsyncFileSystem.h
@@ -31,9 +31,9 @@
#ifndef AsyncFileSystem_h
#define AsyncFileSystem_h
-#include "FileSystemType.h"
#include "core/platform/KURL.h"
#include "core/platform/Timer.h"
+#include "modules/filesystem/FileSystemType.h"
#include <wtf/PassOwnPtr.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/page/Navigator.cpp ('k') | Source/core/platform/AsyncFileSystemCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698