| 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(
|
|
|