summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Vakulenko <avakulenko@google.com>2015-10-16 16:36:53 -0700
committerAlex Vakulenko <avakulenko@google.com>2015-10-16 16:36:53 -0700
commit6f035c433ab3ed2992b2d187b35ef7715f80e9a6 (patch)
tree81f1fcb96c263168c881c7fda7e7e885d8d47e41
parente270d8c69ab46b2ad2973d5b9395aae7c1f52bf6 (diff)
downloadtpm-6f035c433ab3ed2992b2d187b35ef7715f80e9a6.tar.gz
attestation: Rename "chromeos" -> "brillo" in include paths and namespaces
libchromeos is transitioning to libbrillo and chromeos namespaces and include directory is changing to brillo. Bug: 24872993 TEST=built for aosp and brillo, all unit tests pass on dragonboard Change-Id: I3d7f1eb480f9e211606d7ee0a990c4a1bec27ea8
-rw-r--r--server/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main.cc b/server/main.cc
index 247485d..3b001f4 100644
--- a/server/main.cc
+++ b/server/main.cc
@@ -30,7 +30,7 @@
#include "attestation/server/attestation_service.h"
#include "attestation/server/dbus_service.h"
-#include <brillo/libminijail.h>
+#include <chromeos/libminijail.h>
namespace {