Index: chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc b/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
index 2ea02bea464ea8b905090f0c0c212bd15fadcef8..27d6f97b47799bc8c75c819e7dd7aa9ea5f33eaf 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc |
@@ -19,7 +19,7 @@ |
#include "webkit/common/fileapi/file_system_util.h" |
#define MAKE_PATH(path) \ |
- base::FilePath(fileapi::VirtualPath::GetNormalizedFilePath( \ |
+ base::FilePath(storage::VirtualPath::GetNormalizedFilePath( \ |
base::FilePath(FILE_PATH_LITERAL(path)))) |
namespace sync_file_system { |
@@ -268,7 +268,7 @@ class BlockerUpdateTestHelper : public SyncTask { |
scoped_ptr<BlockingFactor> blocking_factor(new BlockingFactor); |
blocking_factor->app_id = app_id_; |
blocking_factor->paths.push_back( |
- base::FilePath(fileapi::VirtualPath::GetNormalizedFilePath( |
+ base::FilePath(storage::VirtualPath::GetNormalizedFilePath( |
base::FilePath::FromUTF8Unsafe(updating_to)))); |
SyncTaskManager::UpdateBlockingFactor( |