| Index: chrome/browser/sync/internal_api/configure_reason.h
|
| diff --git a/chrome/browser/sync/engine/configure_reason.h b/chrome/browser/sync/internal_api/configure_reason.h
|
| similarity index 85%
|
| rename from chrome/browser/sync/engine/configure_reason.h
|
| rename to chrome/browser/sync/internal_api/configure_reason.h
|
| index e87f6ce335bceb6e20e374b1bf34c808f0abb6aa..cf56e3b70c2c47d1228c94d70d17065ba6567e4a 100644
|
| --- a/chrome/browser/sync/engine/configure_reason.h
|
| +++ b/chrome/browser/sync/internal_api/configure_reason.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_CONFIGURE_REASON_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_CONFIGURE_REASON_H_
|
| +#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| +#define CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| #pragma once
|
|
|
| namespace sync_api {
|
| @@ -33,4 +33,4 @@ enum ConfigureReason {
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_CONFIGURE_REASON_H_
|
| +#endif // CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
|
|