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/daemon.cc b/daemon.cc
index b7f4fc4..529af58 100644
--- a/daemon.cc
+++ b/daemon.cc
@@ -21,12 +21,12 @@
#include <base/bind.h>
#include <base/location.h>
#include <base/time/time.h>
-#include <chromeos/message_loops/message_loop.h>
+#include <brillo/message_loops/message_loop.h>
#include "update_engine/clock.h"
#include "update_engine/update_attempter.h"
-using chromeos::MessageLoop;
+using brillo::MessageLoop;
namespace {
const int kDBusSystemMaxWaitSeconds = 2 * 60;