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

Unified Diff: chrome/browser/sync_file_system/mock_local_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_local_change_processor.h
diff --git a/chrome/browser/sync_file_system/mock_local_change_processor.h b/chrome/browser/sync_file_system/mock_local_change_processor.h
index 58b68cbed68bb16ba5ac03e2cba7b267c64fbe75..4f9b15fde3cb3332012076b57ca65af69f5a92a2 100644
--- a/chrome/browser/sync_file_system/mock_local_change_processor.h
+++ b/chrome/browser/sync_file_system/mock_local_change_processor.h
@@ -18,14 +18,14 @@ class MockLocalChangeProcessor : public LocalChangeProcessor {
// LocalChangeProcessor override.
MOCK_METHOD4(ApplyLocalChange,
- void(const fileapi::FileChange& change,
+ void(const FileChange& change,
const base::FilePath& local_file_path,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback));
private:
void ApplyLocalChangeStub(
- const fileapi::FileChange& change,
+ const FileChange& change,
const base::FilePath& local_file_path,
const fileapi::FileSystemURL& url,
const fileapi::SyncStatusCallback& callback);

Powered by Google App Engine
This is Rietveld 408576698