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

Unified Diff: chrome/browser/sync_file_system/mock_remote_change_processor.h

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: chrome/browser/sync_file_system/mock_remote_change_processor.h
diff --git a/chrome/browser/sync_file_system/mock_remote_change_processor.h b/chrome/browser/sync_file_system/mock_remote_change_processor.h
index 8466151535af336436270a41578c93abde0ca3f3..50116af51ff391eac3131fddeb2e31bdb95690c5 100644
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
@@ -27,9 +27,8 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
virtual ~MockRemoteChangeProcessor();
// RemoteChangeProcessor overrides.
- MOCK_METHOD3(PrepareForProcessRemoteChange,
+ MOCK_METHOD2(PrepareForProcessRemoteChange,
void(const fileapi::FileSystemURL& url,
- const std::string& service_name,
const PrepareChangeCallback& callback));
MOCK_METHOD4(ApplyRemoteChange,
void(const FileChange& change,

Powered by Google App Engine
This is Rietveld 408576698