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

Unified Diff: chrome/browser/sync_file_system/mock_remote_file_sync_service.cc

Issue 12304015: Migrated sync_file_status, sync_action and sync_direction from fileapi:: namespace to sync_file_sys… (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_file_sync_service.cc
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc b/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
index 863854cdf44730d63f5d20079e2b4435b10576b0..df466dcef76f6eeda3589954be167630a677b3a4 100644
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.cc
@@ -63,9 +63,9 @@ void MockRemoteFileSyncService::NotifyRemoteServiceStateUpdated(
void MockRemoteFileSyncService::NotifyFileStatusChanged(
const fileapi::FileSystemURL& url,
- fileapi::SyncFileStatus sync_status,
- fileapi::SyncAction action_taken,
- fileapi::SyncDirection direction) {
+ SyncFileStatus sync_status,
+ SyncAction action_taken,
+ SyncDirection direction) {
FOR_EACH_OBSERVER(FileStatusObserver, file_status_observers_,
OnFileStatusChanged(url, sync_status,
action_taken, direction));
« no previous file with comments | « chrome/browser/sync_file_system/mock_remote_file_sync_service.h ('k') | chrome/browser/sync_file_system/sync_event_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698