| 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 7f15131c017854f980d5b151fba481bc7ce71b8f..93982ff5f1703b8b2a3ff6c61fb8264c4bac9e72 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,9 +20,9 @@
|
| #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/mock_blob_url_request_context.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"
|
| #include "webkit/browser/fileapi/file_system_backend.h"
|
| #include "webkit/browser/fileapi/file_system_context.h"
|
| @@ -38,8 +38,8 @@ using fileapi::FileSystemOperationRunner;
|
| using fileapi::FileSystemURL;
|
| using fileapi::FileSystemURLSet;
|
| using quota::QuotaManager;
|
| -using webkit_blob::MockBlobURLRequestContext;
|
| -using webkit_blob::ScopedTextBlob;
|
| +using content::MockBlobURLRequestContext;
|
| +using content::ScopedTextBlob;
|
|
|
| namespace sync_file_system {
|
|
|
|
|