Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: chrome/browser/sync_file_system/drive_backend/sync_task_manager_unittest.cc

Issue 492873002: Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common namespaces into single sto… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos build Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698