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

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

Issue 15806012: Move webkit/fileapi/syncable/* code to webkit/browser/fileapi (final!) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/drive_file_sync_task_manager.h
diff --git a/chrome/browser/sync_file_system/drive_file_sync_task_manager.h b/chrome/browser/sync_file_system/drive_file_sync_task_manager.h
index 88a54ee6d9bad5c9a192e423fd6ab6b231eb8cc9..9f58a9ef13bed4b816bd7a2f6b635b650c8261ec 100644
--- a/chrome/browser/sync_file_system/drive_file_sync_task_manager.h
+++ b/chrome/browser/sync_file_system/drive_file_sync_task_manager.h
@@ -12,8 +12,8 @@
#include "base/memory/weak_ptr.h"
#include "base/threading/non_thread_safe.h"
#include "chrome/browser/google_apis/gdata_errorcode.h"
-#include "webkit/fileapi/syncable/sync_callbacks.h"
-#include "webkit/fileapi/syncable/sync_status_code.h"
+#include "webkit/browser/fileapi/syncable/sync_callbacks.h"
+#include "webkit/browser/fileapi/syncable/sync_status_code.h"
class Profile;

Powered by Google App Engine
This is Rietveld 408576698