Fix an ODR violation

PiperOrigin-RevId: 303066199
Change-Id: I0cde5fce6f9538136b913edccc5a3195e0b4e503
This commit is contained in:
Sandboxed API Team 2020-03-26 01:58:42 -07:00 committed by Copybara-Service
parent 22c6417307
commit 2fa0bf85f4

View File

@ -324,10 +324,7 @@ cc_library(
# sandbox2::Client::SandboxMeHere() and sandbox2::Comms
cc_library(
name = "client",
srcs = [
"client.cc",
"sanitizer.cc",
],
srcs = ["client.cc"],
hdrs = [
"client.h",
"sanitizer.h",
@ -337,6 +334,7 @@ cc_library(
deps = [
":comms",
":logsink",
":sanitizer",
"//sandboxed_api/sandbox2/network_proxy:client",
"//sandboxed_api/sandbox2/util:file_helpers",
"//sandboxed_api/sandbox2/util:fileops",