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/proxy_resolver.h b/proxy_resolver.h
index 7e436cd..e0e75de 100644
--- a/proxy_resolver.h
+++ b/proxy_resolver.h
@@ -21,7 +21,7 @@
#include <string>
#include <base/logging.h>
-#include <chromeos/message_loops/message_loop.h>
+#include <brillo/message_loops/message_loop.h>
#include "update_engine/utils.h"
@@ -71,8 +71,8 @@
private:
// The ID of the main loop callback.
- chromeos::MessageLoop::TaskId idle_callback_id_{
- chromeos::MessageLoop::kTaskIdNull};
+ brillo::MessageLoop::TaskId idle_callback_id_{
+ brillo::MessageLoop::kTaskIdNull};
// Number of direct proxies to return on resolved list; currently used for
// testing.