Index: sync/protocol/BUILD.gn |
diff --git a/sync/protocol/BUILD.gn b/sync/protocol/BUILD.gn |
index de4376f382df103aad5c11eb36e1a1fa26802f14..d6e233b907cf5805f86c257b4a5aeca16daab62e 100644 |
--- a/sync/protocol/BUILD.gn |
+++ b/sync/protocol/BUILD.gn |
@@ -47,10 +47,10 @@ proto_library("protocol") { |
"unique_position.proto", |
] |
- cc_generator_options = "dllexport_decl=SYNC_EXPORT:" |
- cc_include = "sync/base/sync_export.h" |
+ cc_generator_options = "dllexport_decl=SYNC_PROTO_EXPORT:" |
+ cc_include = "sync/protocol/sync_proto_export.h" |
- defines = [ "SYNC_IMPLEMENTATION" ] |
+ defines = [ "SYNC_PROTO_IMPLEMENTATION" ] |
extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] |
} |