| Index: sync/internal_api/configure_reason.h
|
| diff --git a/chrome/browser/sync/internal_api/configure_reason.h b/sync/internal_api/configure_reason.h
|
| similarity index 80%
|
| rename from chrome/browser/sync/internal_api/configure_reason.h
|
| rename to sync/internal_api/configure_reason.h
|
| index cf56e3b70c2c47d1228c94d70d17065ba6567e4a..6008f5f8433b062a5e87373e3fab9413a1b1404e 100644
|
| --- a/chrome/browser/sync/internal_api/configure_reason.h
|
| +++ b/sync/internal_api/configure_reason.h
|
| @@ -1,9 +1,9 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| -#define CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| +#ifndef SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| +#define SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| #pragma once
|
|
|
| namespace sync_api {
|
| @@ -33,4 +33,4 @@ enum ConfigureReason {
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // CHROME_BROWSER_SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
| +#endif // SYNC_INTERNAL_API_CONFIGURE_REASON_H_
|
|
|