Index: sync/engine/update_applicator.h |
diff --git a/chrome/browser/sync/engine/update_applicator.h b/sync/engine/update_applicator.h |
similarity index 92% |
rename from chrome/browser/sync/engine/update_applicator.h |
rename to sync/engine/update_applicator.h |
index bcc928dc10d72223c103c18ca416cb738b88a060..5b3ee1894fc66395b91ed3bd4ac95188c1eb9dc4 100644 |
--- a/chrome/browser/sync/engine/update_applicator.h |
+++ b/sync/engine/update_applicator.h |
@@ -8,16 +8,16 @@ |
// UpdateApplicator might resemble an iterator, but it actually keeps retrying |
// failed updates until no remaining updates can be successfully applied. |
-#ifndef CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_ |
+#ifndef SYNC_ENGINE_UPDATE_APPLICATOR_H_ |
+#define SYNC_ENGINE_UPDATE_APPLICATOR_H_ |
#pragma once |
#include <vector> |
#include "base/basictypes.h" |
#include "base/port.h" |
-#include "chrome/browser/sync/engine/model_safe_worker.h" |
-#include "chrome/browser/sync/syncable/syncable.h" |
+#include "sync/engine/model_safe_worker.h" |
+#include "sync/syncable/syncable.h" |
namespace browser_sync { |
@@ -107,4 +107,4 @@ class UpdateApplicator { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_UPDATE_APPLICATOR_H_ |
+#endif // SYNC_ENGINE_UPDATE_APPLICATOR_H_ |