update_engine: Rename libchromeos into libbrillo
BUG: 24872993
Change-Id: I4cdbec7089552f5c9a0461c09a62e34e055a46bf
diff --git a/update_attempter.h b/update_attempter.h
index fa2c18a..5debf21 100644
--- a/update_attempter.h
+++ b/update_attempter.h
@@ -168,9 +168,9 @@
// Called at update_engine startup to do various house-keeping.
void UpdateEngineStarted();
- // Reloads the device policy from libchromeos. Note: This method doesn't
+ // Reloads the device policy from libbrillo. Note: This method doesn't
// cause a real-time policy fetch from the policy server. It just reloads the
- // latest value that libchromeos has cached. libchromeos fetches the policies
+ // latest value that libbrillo has cached. libbrillo fetches the policies
// from the server asynchronously at its own frequency.
virtual void RefreshDevicePolicy();