| 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>
|
|
|