| Index: chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| index bf29b65bb0331d6b72c30a95437d4ea2f3960b5e..ab9f0a2740ca628b25a2034ffb950a80c5c84059 100644
|
| --- a/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/sync_file_system_service_unittest.cc
|
| @@ -31,11 +31,11 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/leveldatabase/src/helpers/memenv/memenv.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/env.h"
|
| -#include "webkit/browser/fileapi/file_system_context.h"
|
| +#include "storage/browser/fileapi/file_system_context.h"
|
|
|
| using content::BrowserThread;
|
| -using fileapi::FileSystemURL;
|
| -using fileapi::FileSystemURLSet;
|
| +using storage::FileSystemURL;
|
| +using storage::FileSystemURLSet;
|
| using ::testing::AnyNumber;
|
| using ::testing::AtLeast;
|
| using ::testing::InSequence;
|
| @@ -91,7 +91,7 @@ class MockSyncEventObserver : public SyncEventObserver {
|
| SyncServiceState state,
|
| const std::string& description));
|
| MOCK_METHOD4(OnFileSynced,
|
| - void(const fileapi::FileSystemURL& url,
|
| + void(const storage::FileSystemURL& url,
|
| SyncFileStatus status,
|
| SyncAction action,
|
| SyncDirection direction));
|
|
|