Index: sync/engine/get_commit_ids_command.h |
diff --git a/chrome/browser/sync/engine/get_commit_ids_command.h b/sync/engine/get_commit_ids_command.h |
similarity index 92% |
rename from chrome/browser/sync/engine/get_commit_ids_command.h |
rename to sync/engine/get_commit_ids_command.h |
index 09654ad25d07d35532c79f7a295873d06fe0f557..0a277f90a723043483b93debeeb21a745935abb3 100644 |
--- a/chrome/browser/sync/engine/get_commit_ids_command.h |
+++ b/sync/engine/get_commit_ids_command.h |
@@ -2,18 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |
+#ifndef SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |
+#define SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |
#pragma once |
#include <utility> |
#include <vector> |
#include "base/compiler_specific.h" |
-#include "chrome/browser/sync/engine/syncer_command.h" |
-#include "chrome/browser/sync/engine/syncer_util.h" |
-#include "chrome/browser/sync/sessions/ordered_commit_set.h" |
-#include "chrome/browser/sync/sessions/sync_session.h" |
+#include "sync/engine/syncer_command.h" |
+#include "sync/engine/syncer_util.h" |
+#include "sync/sessions/ordered_commit_set.h" |
+#include "sync/sessions/sync_session.h" |
using std::pair; |
using std::vector; |
@@ -123,4 +123,4 @@ class GetCommitIdsCommand : public SyncerCommand { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |
+#endif // SYNC_ENGINE_GET_COMMIT_IDS_COMMAND_H_ |