| Index: sync/protocol/proto_enum_conversions.h
|
| diff --git a/chrome/browser/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
|
| similarity index 85%
|
| rename from chrome/browser/sync/protocol/proto_enum_conversions.h
|
| rename to sync/protocol/proto_enum_conversions.h
|
| index 76a912e91f6f2df45e024f1d21964bf7fdcff76f..fb8d44ba00b8a0b056ca1664d32ce6cb80ebf806 100644
|
| --- a/chrome/browser/sync/protocol/proto_enum_conversions.h
|
| +++ b/sync/protocol/proto_enum_conversions.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_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| -#define CHROME_BROWSER_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#ifndef SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#define SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| #pragma once
|
|
|
| // Keep this file in sync with the .proto files in this directory.
|
| @@ -37,4 +37,4 @@ const char* GetDeviceTypeString(
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#endif // SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
|
|