Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2468)

Unified Diff: chrome/browser/chromeos/upgrade_detector_chromeos.h

Issue 8585025: chromeos: Change all clients of UpdateLibrary to use UpdateEngineClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/upgrade_detector_chromeos.h
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h
index e343d6b03ce5a4c771152426629f977ca8c68ce7..89a0fa895a69fe60a76c9b6c2aff45781c427b94 100644
--- a/chrome/browser/chromeos/upgrade_detector_chromeos.h
+++ b/chrome/browser/chromeos/upgrade_detector_chromeos.h
@@ -7,13 +7,13 @@
#pragma once
#include "base/timer.h"
-#include "chrome/browser/chromeos/cros/update_library.h"
+#include "chrome/browser/chromeos/dbus/update_engine_client.h"
#include "chrome/browser/upgrade_detector.h"
template <typename T> struct DefaultSingletonTraits;
class UpgradeDetectorChromeos : public UpgradeDetector,
- public chromeos::UpdateLibrary::Observer {
+ public chromeos::UpdateEngineClient::Observer {
public:
virtual ~UpgradeDetectorChromeos();
@@ -32,9 +32,9 @@ class UpgradeDetectorChromeos : public UpgradeDetector,
UpgradeDetectorChromeos();
- // chromeos::UpdateLibrary::Observer implementation.
+ // chromeos::UpdateEngineClient::Observer implementation.
virtual void UpdateStatusChanged(
- const chromeos::UpdateLibrary::Status& status);
+ const chromeos::UpdateEngineClient::Status& status) OVERRIDE;
// The function that sends out a notification (after a certain time has
// elapsed) that lets the rest of the UI know we should start notifying the
« no previous file with comments | « chrome/browser/chromeos/login/update_screen_browsertest.cc ('k') | chrome/browser/chromeos/upgrade_detector_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698