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

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

Issue 12315004: Migrated sync_file_type and file_change from namespace fileapi to sync_file_system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 a48cd36c7cc037a63eedcd449f99bde0e47a9406..6725854267b6f013b089b929e00b3084e3020318 100644
--- a/chrome/browser/sync_file_system/mock_remote_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_remote_change_processor.h
@@ -32,7 +32,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
const std::string& service_name,
const PrepareChangeCallback& callback));
MOCK_METHOD4(ApplyRemoteChange,
- void(const fileapi::FileChange& change,
+ void(const FileChange& change,
const base::FilePath& local_path,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback));
@@ -41,7 +41,7 @@ class MockRemoteChangeProcessor : public RemoteChangeProcessor {
const base::Closure& completion_callback));
MOCK_METHOD3(RecordFakeLocalChange,
void(const fileapi::FileSystemURL& url,
- const fileapi::FileChange& change,
+ const FileChange& change,
const fileapi::SyncStatusCallback& callback));
private:

Powered by Google App Engine
This is Rietveld 408576698