| Index: components/sync/protocol/proto_value_conversions.h
|
| diff --git a/sync/protocol/proto_value_conversions.h b/components/sync/protocol/proto_value_conversions.h
|
| similarity index 98%
|
| rename from sync/protocol/proto_value_conversions.h
|
| rename to components/sync/protocol/proto_value_conversions.h
|
| index 311ed14afca5bf13589308eb979afd08606b7628..36731f3c4c59b2515f963fa03a1ecac7c2d5b59f 100644
|
| --- a/sync/protocol/proto_value_conversions.h
|
| +++ b/components/sync/protocol/proto_value_conversions.h
|
| @@ -4,12 +4,12 @@
|
|
|
| // Keep this file in sync with the .proto files in this directory.
|
|
|
| -#ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
| -#define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
| +#define COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
|
|
| #include <memory>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -317,4 +317,4 @@ SYNC_EXPORT std::unique_ptr<base::DictionaryValue> AttachmentIdProtoToValue(
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
| +#endif // COMPONENTS_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
|
|
|