| 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 f70e734bfa2b3a8d33263d74aa6aaa6b2958d224..beb19feaf971abc2f0951daeadadcc4ea2de6dc2 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
|
| @@ -20,6 +20,7 @@
|
| #include "chrome/browser/sync_file_system/local/local_file_sync_context.h"
|
| #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/test_file_system_options.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/browser/blob/mock_blob_url_request_context.h"
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| @@ -27,7 +28,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/fileapi/mock_file_system_options.h"
|
| #include "webkit/browser/fileapi/sandbox_file_system_backend.h"
|
| #include "webkit/browser/quota/mock_special_storage_policy.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
|
|