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

Unified Diff: webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc

Issue 16109008: Cleanup: Deprecate DriveFileSyncService::kServiceName (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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: webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc
diff --git a/webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc b/webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc
index f6bbd856acec43a933e27ed71ebcc06a0360fcdd..0db764a18957aa9f0a5e7b0b39e9340729040d60 100644
--- a/webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc
+++ b/webkit/browser/fileapi/syncable/syncable_file_system_unittest.cc
@@ -33,7 +33,7 @@ namespace sync_file_system {
class SyncableFileSystemTest : public testing::Test {
public:
SyncableFileSystemTest()
- : file_system_(GURL("http://example.com/"), "test",
+ : file_system_(GURL("http://example.com/"),
base::MessageLoopProxy::current(),
base::MessageLoopProxy::current()),
weak_factory_(this) {}
@@ -58,7 +58,7 @@ class SyncableFileSystemTest : public testing::Test {
// Make sure we don't leave the external filesystem.
// (CannedSyncableFileSystem::TearDown does not do this as there may be
// multiple syncable file systems registered for the name)
- RevokeSyncableFileSystem("test");
+ RevokeSyncableFileSystem();
}
protected:

Powered by Google App Engine
This is Rietveld 408576698