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

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

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/file_status_observer.h
diff --git a/chrome/browser/sync_file_system/file_status_observer.h b/chrome/browser/sync_file_system/file_status_observer.h
index 7194ca2b3b4486102e0324a2a1a4dffa5cfdf6ca..50bba06349ca875fce8ea0569526a777225474d3 100644
--- a/chrome/browser/sync_file_system/file_status_observer.h
+++ b/chrome/browser/sync_file_system/file_status_observer.h
@@ -22,9 +22,9 @@ class FileStatusObserver {
virtual ~FileStatusObserver() {}
virtual void OnFileStatusChanged(const fileapi::FileSystemURL& url,
- fileapi::SyncFileStatus sync_status,
- fileapi::SyncAction action_taken,
- fileapi::SyncDirection direction) = 0;
+ SyncFileStatus sync_status,
+ SyncAction action_taken,
+ SyncDirection direction) = 0;
private:
DISALLOW_COPY_AND_ASSIGN(FileStatusObserver);

Powered by Google App Engine
This is Rietveld 408576698