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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_test_util.h

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: chrome/browser/sync_file_system/sync_file_system_test_util.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_test_util.h b/chrome/browser/sync_file_system/sync_file_system_test_util.h
index c355067f95e0c7b5a5b2a0aa0f39976c487c6846..346b365be41ffed30346d8c90c056c123a45071d 100644
--- a/chrome/browser/sync_file_system/sync_file_system_test_util.h
+++ b/chrome/browser/sync_file_system/sync_file_system_test_util.h
@@ -15,7 +15,7 @@ namespace base {
class RunLoop;
}
-namespace fileapi {
+namespace storage {
class FileSystemURL;
}
@@ -27,8 +27,8 @@ struct TypeTraits {
};
template <>
-struct TypeTraits<fileapi::FileSystemURL> {
- typedef const fileapi::FileSystemURL& ParamType;
+struct TypeTraits<storage::FileSystemURL> {
+ typedef const storage::FileSystemURL& ParamType;
};
template <typename T>

Powered by Google App Engine
This is Rietveld 408576698