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/http_fetcher.cc b/http_fetcher.cc
index dbfc145..cfe5f00 100644
--- a/http_fetcher.cc
+++ b/http_fetcher.cc
@@ -19,7 +19,7 @@
 #include <base/bind.h>
 
 using base::Closure;
-using chromeos::MessageLoop;
+using brillo::MessageLoop;
 using std::deque;
 using std::string;