| Index: chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc b/chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc
|
| index 9ffcceb6eed1bea71073ee0dc67c15365a4cb42e..13c7fb1b292ac16def77343530934f9928b0a926 100644
|
| --- a/chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/iphoto_file_util_unittest.cc
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/media_galleries/fileapi/media_path_filter.h"
|
| #include "chrome/browser/media_galleries/imported_media_gallery_registry.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/test/mock_special_storage_policy.h"
|
| #include "content/public/test/test_browser_thread.h"
|
| #include "content/public/test/test_file_system_options.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -28,7 +29,6 @@
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| #include "webkit/browser/fileapi/file_system_operation_context.h"
|
| #include "webkit/browser/fileapi/file_system_operation_runner.h"
|
| -#include "webkit/browser/quota/mock_special_storage_policy.h"
|
|
|
| using fileapi::FileSystemOperationContext;
|
| using fileapi::FileSystemOperation;
|
| @@ -189,7 +189,7 @@ class IPhotoFileUtilTest : public testing::Test {
|
| ImportedMediaGalleryRegistry::GetInstance()->Initialize();
|
|
|
| scoped_refptr<quota::SpecialStoragePolicy> storage_policy =
|
| - new quota::MockSpecialStoragePolicy();
|
| + new content::MockSpecialStoragePolicy();
|
|
|
| // Initialize fake IPhotoDataProvider on media task runner thread.
|
| MediaFileSystemBackend::MediaTaskRunner()->PostTask(
|
|
|