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

Unified Diff: chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc

Issue 442383002: Move storage-related files from webkit/ to new top-level directory storage/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
diff --git a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
index a14132c1c1502cc1e44e2a1d3da45b2855063950..30e053e42bddd6e44a90402ba1494b8b33496245 100644
--- a/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
+++ b/chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.cc
@@ -86,10 +86,11 @@ void SyncFileSystemInternalsHandler::OnSyncStateUpdated(
}
void SyncFileSystemInternalsHandler::OnFileSynced(
- const fileapi::FileSystemURL& url,
+ const storage::FileSystemURL& url,
sync_file_system::SyncFileStatus status,
sync_file_system::SyncAction action,
- sync_file_system::SyncDirection direction) {}
+ sync_file_system::SyncDirection direction) {
+}
void SyncFileSystemInternalsHandler::OnLogRecorded(
const sync_file_system::TaskLogger::TaskLog& task_log) {
« no previous file with comments | « chrome/browser/ui/webui/sync_file_system_internals/sync_file_system_internals_handler.h ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698