| Index: sync/engine/syncer_proto_util.h
|
| diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
|
| similarity index 92%
|
| rename from chrome/browser/sync/engine/syncer_proto_util.h
|
| rename to sync/engine/syncer_proto_util.h
|
| index e9d3c79bd1fa404e4914562ed5830a0f53adda11..e8086b5502f220a7bbc6b84aba77f14121429e3d 100644
|
| --- a/chrome/browser/sync/engine/syncer_proto_util.h
|
| +++ b/sync/engine/syncer_proto_util.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_SYNCER_PROTO_UTIL_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
|
| +#ifndef SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
|
| +#define SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
|
| #pragma once
|
|
|
| #include <string>
|
|
|
| #include "base/gtest_prod_util.h"
|
| #include "base/time.h"
|
| -#include "chrome/browser/sync/internal_api/includes/syncer_error.h"
|
| -#include "chrome/browser/sync/sessions/sync_session.h"
|
| -#include "chrome/browser/sync/syncable/blob.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/sessions/sync_session.h"
|
| +#include "sync/syncable/blob.h"
|
| +#include "sync/syncable/model_type.h"
|
| +#include "sync/util/syncer_error.h"
|
|
|
| namespace syncable {
|
| class Directory;
|
| @@ -135,4 +135,4 @@ class SyncerProtoUtil {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
|
| +#endif // SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
|
|
|