| Index: components/sync/protocol/proto_enum_conversions.h
|
| diff --git a/sync/protocol/proto_enum_conversions.h b/components/sync/protocol/proto_enum_conversions.h
|
| similarity index 83%
|
| rename from sync/protocol/proto_enum_conversions.h
|
| rename to components/sync/protocol/proto_enum_conversions.h
|
| index c379d01a211e4320bd5480df000b31111e853dbd..f5cb756eeee70e3bf37ccb01f148c32dac6c277c 100644
|
| --- a/sync/protocol/proto_enum_conversions.h
|
| +++ b/components/sync/protocol/proto_enum_conversions.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| -#define SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#define COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
|
|
| // Keep this file in sync with the .proto files in this directory.
|
|
|
| -#include "sync/base/sync_export.h"
|
| -#include "sync/protocol/app_list_specifics.pb.h"
|
| -#include "sync/protocol/app_specifics.pb.h"
|
| -#include "sync/protocol/client_debug_info.pb.h"
|
| -#include "sync/protocol/session_specifics.pb.h"
|
| -#include "sync/protocol/sync.pb.h"
|
| +#include "components/sync/base/sync_export.h"
|
| +#include "components/sync/protocol/app_list_specifics.pb.h"
|
| +#include "components/sync/protocol/app_specifics.pb.h"
|
| +#include "components/sync/protocol/client_debug_info.pb.h"
|
| +#include "components/sync/protocol/session_specifics.pb.h"
|
| +#include "components/sync/protocol/sync.pb.h"
|
|
|
| // Utility functions to get the string equivalent for some sync proto
|
| // enums.
|
| @@ -79,4 +79,4 @@ const char* GetBlockedStateString(sync_pb::TabNavigation::BlockedState state);
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
| +#endif // COMPONENTS_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
|
|
|