| Index: chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
|
| diff --git a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
|
| index cada3cbce706c4955488b705c2649dec8782f6a6..1879079f96d23e797118af48f2af376c4e5bd52a 100644
|
| --- a/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
|
| +++ b/chrome/browser/sync_file_system/local/local_file_change_tracker_unittest.cc
|
| @@ -22,12 +22,12 @@
|
| #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 "webkit/browser/quota/quota_manager.h"
|
| +#include "storage/browser/fileapi/file_system_context.h"
|
| +#include "storage/browser/quota/quota_manager.h"
|
|
|
| -using fileapi::FileSystemContext;
|
| -using fileapi::FileSystemURL;
|
| -using fileapi::FileSystemURLSet;
|
| +using storage::FileSystemContext;
|
| +using storage::FileSystemURL;
|
| +using storage::FileSystemURLSet;
|
| using content::MockBlobURLRequestContext;
|
| using content::ScopedTextBlob;
|
|
|
| @@ -106,7 +106,7 @@ class LocalFileChangeTrackerTest : public testing::Test {
|
| change_tracker()->CollectLastDirtyChanges(file_system_context());
|
| }
|
|
|
| - void GetAllChangedURLs(fileapi::FileSystemURLSet* urls) {
|
| + void GetAllChangedURLs(storage::FileSystemURLSet* urls) {
|
| change_tracker()->GetAllChangedURLs(urls);
|
| }
|
|
|
|
|