| Index: sync/engine/syncer.h
|
| diff --git a/chrome/browser/sync/engine/syncer.h b/sync/engine/syncer.h
|
| similarity index 88%
|
| rename from chrome/browser/sync/engine/syncer.h
|
| rename to sync/engine/syncer.h
|
| index aa2ec3e9d88bbb32cb06e08b72f234775b21abf0..13fc681b28fc0da0c0fdd104d1150e60adfc9cc1 100644
|
| --- a/chrome/browser/sync/engine/syncer.h
|
| +++ b/sync/engine/syncer.h
|
| @@ -2,8 +2,8 @@
|
| // 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_SYNCER_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_SYNCER_H_
|
| +#ifndef SYNC_ENGINE_SYNCER_H_
|
| +#define SYNC_ENGINE_SYNCER_H_
|
| #pragma once
|
|
|
| #include <utility>
|
| @@ -13,12 +13,12 @@
|
| #include "base/gtest_prod_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "chrome/browser/sync/engine/conflict_resolver.h"
|
| -#include "chrome/browser/sync/engine/syncer_types.h"
|
| -#include "chrome/browser/sync/engine/syncproto.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| -#include "chrome/browser/sync/util/extensions_activity_monitor.h"
|
| +#include "sync/engine/conflict_resolver.h"
|
| +#include "sync/engine/syncer_types.h"
|
| +#include "sync/engine/syncproto.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/util/extensions_activity_monitor.h"
|
|
|
| namespace syncable {
|
| class Entry;
|
| @@ -113,4 +113,4 @@ const char* SyncerStepToString(const SyncerStep);
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCER_H_
|
| +#endif // SYNC_ENGINE_SYNCER_H_
|
|
|