| Index: chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| diff --git a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| index 577d57c04fe8e43d16f60370716657a9378d97e5..9b53439b1987b68162410c09332d6531e3792aa7 100644
|
| --- a/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| +++ b/chrome/browser/sync_file_system/local/canned_syncable_file_system.cc
|
| @@ -26,8 +26,6 @@
|
| #include "chrome/browser/sync_file_system/local/sync_file_system_backend.h"
|
| #include "chrome/browser/sync_file_system/syncable_file_system_util.h"
|
| #include "content/public/test/mock_blob_url_request_context.h"
|
| -#include "content/public/test/mock_special_storage_policy.h"
|
| -#include "content/public/test/test_file_system_options.h"
|
| #include "storage/browser/blob/shareable_file_reference.h"
|
| #include "storage/browser/fileapi/external_mount_points.h"
|
| #include "storage/browser/fileapi/file_system_backend.h"
|
| @@ -35,6 +33,8 @@
|
| #include "storage/browser/fileapi/file_system_operation_context.h"
|
| #include "storage/browser/fileapi/file_system_operation_runner.h"
|
| #include "storage/browser/quota/quota_manager.h"
|
| +#include "storage/browser/test/mock_special_storage_policy.h"
|
| +#include "storage/browser/test/test_file_system_options.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| using base::File;
|
|
|