| 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 539ad1f6ec2aae2ac898af0fdd09ffe3382edf7a..a508a3b251fa29999cb69720c365198f02287ff5 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
|
| @@ -24,6 +24,7 @@
|
| #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/common/blob/shareable_file_reference.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webkit/browser/fileapi/external_mount_points.h"
|
| #include "webkit/browser/fileapi/file_system_backend.h"
|
| @@ -31,7 +32,6 @@
|
| #include "webkit/browser/fileapi/file_system_operation_context.h"
|
| #include "webkit/browser/fileapi/file_system_operation_runner.h"
|
| #include "webkit/browser/quota/quota_manager.h"
|
| -#include "webkit/common/blob/shareable_file_reference.h"
|
|
|
| using base::File;
|
| using storage::FileSystemContext;
|
|
|