update_engine: 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
Change-Id: I770659a95be380a50fe3b2ba9f91d65818f40945
diff --git a/connection_manager.cc b/connection_manager.cc
index 58e2292..0a1fcf2 100644
--- a/connection_manager.cc
+++ b/connection_manager.cc
@@ -174,8 +174,8 @@
}
bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) {
- chromeos::VariantDictionary properties;
- chromeos::ErrorPtr error;
+ brillo::VariantDictionary properties;
+ brillo::ErrorPtr error;
ManagerProxyInterface* manager_proxy = shill_proxy_->GetManagerProxy();
if (!manager_proxy)
return false;
@@ -198,8 +198,8 @@
std::unique_ptr<ServiceProxyInterface> service =
shill_proxy_->GetServiceForPath(path);
- chromeos::VariantDictionary properties;
- chromeos::ErrorPtr error;
+ brillo::VariantDictionary properties;
+ brillo::ErrorPtr error;
TEST_AND_RETURN_FALSE(service->GetProperties(&properties, &error));
// Populate the out_tethering.