Index: chrome/browser/sync_file_system/mock_remote_file_sync_service.h |
diff --git a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h |
index e48a45469ea4246b7e344b0c28fe5ef010ede169..b7cb9cc18c14f5c3c9db68c4571ca02b8f3b319d 100644 |
--- a/chrome/browser/sync_file_system/mock_remote_file_sync_service.h |
+++ b/chrome/browser/sync_file_system/mock_remote_file_sync_service.h |
@@ -61,9 +61,9 @@ class MockRemoteFileSyncService : public RemoteFileSyncService { |
const std::string& description); |
void NotifyFileStatusChanged( |
const fileapi::FileSystemURL& url, |
- fileapi::SyncFileStatus sync_status, |
- fileapi::SyncAction action_taken, |
- fileapi::SyncDirection direction); |
+ SyncFileStatus sync_status, |
+ SyncAction action_taken, |
+ SyncDirection direction); |
// Sets conflict file information. The information is returned by |
// the default action for GetRemoteConflictFileInfo. |