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

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

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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/local_to_remote_syncer_unittest.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
index de8155118b2556a65b720858ada39ad3dcf0a0f7..525b5bc6fc14499489f717d7f28d20777ec804bc 100644
--- a/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
+++ b/chrome/browser/sync_file_system/drive_backend/local_to_remote_syncer_unittest.cc
@@ -40,8 +40,7 @@ namespace drive_backend {
namespace {
-fileapi::FileSystemURL URL(const GURL& origin,
- const std::string& path) {
+storage::FileSystemURL URL(const GURL& origin, const std::string& path) {
return CreateSyncableFileSystemURL(
origin, base::FilePath::FromUTF8Unsafe(path));
}
@@ -167,7 +166,7 @@ class LocalToRemoteSyncerTest : public testing::Test {
}
SyncStatusCode RunLocalToRemoteSyncer(FileChange file_change,
- const fileapi::FileSystemURL& url) {
+ const storage::FileSystemURL& url) {
SyncStatusCode status = SYNC_STATUS_UNKNOWN;
base::FilePath local_path = base::FilePath::FromUTF8Unsafe("dummy");
scoped_ptr<LocalToRemoteSyncer> syncer(new LocalToRemoteSyncer(

Powered by Google App Engine
This is Rietveld 408576698