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

Unified Diff: webkit/fileapi/syncable/sync_callbacks.h

Issue 11187021: Add RemoteFileSyncService interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase again Created 8 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/syncable/sync_callbacks.h
diff --git a/webkit/fileapi/syncable/sync_callbacks.h b/webkit/fileapi/syncable/sync_callbacks.h
index 1339e428ffcf57e018640d761e4dd57ffb90afd0..3a50236e75331a5ad46c08ed2841c927b5e8e8e0 100644
--- a/webkit/fileapi/syncable/sync_callbacks.h
+++ b/webkit/fileapi/syncable/sync_callbacks.h
@@ -14,6 +14,6 @@ class FileSystemURL;
typedef base::Callback<void(SyncStatusCode status)> StatusCallback;
typedef base::Callback<void(SyncStatusCode, const FileSystemURL& url)>
SyncCompletionCallback;
-} // namespace sync_file_system
+} // namespace fileapi
#endif // WEBKIT_FILEAPI_SYNCABLE_SYNC_CALLBACKS_H_
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698