| Index: components/sync/protocol/BUILD.gn
|
| diff --git a/sync/protocol/BUILD.gn b/components/sync/protocol/BUILD.gn
|
| similarity index 92%
|
| rename from sync/protocol/BUILD.gn
|
| rename to components/sync/protocol/BUILD.gn
|
| index c3b41f4210e60f3f3c30c4d89e6a96cbce232b8b..209f26ccf28923f4a14abb8bdf03b623d5763bb6 100644
|
| --- a/sync/protocol/BUILD.gn
|
| +++ b/components/sync/protocol/BUILD.gn
|
| @@ -19,7 +19,7 @@ proto_library("protocol_internal") {
|
| sources = sync_protocol_sources
|
|
|
| cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:"
|
| - cc_include = "sync/protocol/sync_proto_export.h"
|
| + cc_include = "components/sync/protocol/sync_proto_export.h"
|
| component_build_force_source_set = true
|
|
|
| defines = [ "SYNC_PROTO_IMPLEMENTATION" ]
|
|
|