Index: chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
diff --git a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
index 1d1b9c2c8ab95b1ae93d05b20c8bcf080314b944..d80bd96afb9bb8b2668cbf1ae99ffeac2276168e 100644 |
--- a/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
+++ b/chrome/browser/sync_file_system/drive_backend/sync_task_manager.h |
@@ -10,13 +10,10 @@ |
#include "base/callback.h" |
#include "base/containers/scoped_ptr_hash_map.h" |
-#include "base/files/file_path.h" |
-#include "base/location.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/memory/weak_ptr.h" |
#include "base/sequence_checker.h" |
#include "base/threading/non_thread_safe.h" |
-#include "chrome/browser/sync_file_system/drive_backend/sync_task.h" |
#include "chrome/browser/sync_file_system/drive_backend/task_dependency_manager.h" |
#include "chrome/browser/sync_file_system/sync_callbacks.h" |
#include "chrome/browser/sync_file_system/sync_status_code.h" |
@@ -29,6 +26,7 @@ class Location; |
namespace sync_file_system { |
namespace drive_backend { |
+class SyncTask; |
class SyncTaskToken; |
struct BlockingFactor; |