Index: sync/engine/passive_model_worker.h |
diff --git a/chrome/browser/sync/engine/passive_model_worker.h b/sync/engine/passive_model_worker.h |
similarity index 75% |
rename from chrome/browser/sync/engine/passive_model_worker.h |
rename to sync/engine/passive_model_worker.h |
index 5a35b0a2b1683339f996fa99316f153e6f9000ad..a8b89f773969b7afc48faeb79a6776472ee3004a 100644 |
--- a/chrome/browser/sync/engine/passive_model_worker.h |
+++ b/sync/engine/passive_model_worker.h |
@@ -2,14 +2,14 @@ |
// 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_PASSIVE_MODEL_WORKER_H_ |
-#define CHROME_BROWSER_SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_ |
+#ifndef SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_ |
+#define SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_ |
#pragma once |
#include "base/basictypes.h" |
#include "base/compiler_specific.h" |
-#include "chrome/browser/sync/engine/model_safe_worker.h" |
-#include "chrome/browser/sync/internal_api/includes/syncer_error.h" |
+#include "sync/engine/model_safe_worker.h" |
+#include "sync/util/syncer_error.h" |
class MessageLoop; |
@@ -37,4 +37,4 @@ class PassiveModelWorker : public ModelSafeWorker { |
} // namespace browser_sync |
-#endif // CHROME_BROWSER_SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_ |
+#endif // SYNC_ENGINE_PASSIVE_MODEL_WORKER_H_ |