| Index: chrome/browser/profiles/profile_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_manager.cc (revision 71446)
|
| +++ chrome/browser/profiles/profile_manager.cc (working copy)
|
| @@ -51,7 +51,7 @@
|
| }
|
|
|
| ProfileManager::ProfileManager() : logged_in_(false) {
|
| - SystemMonitor::Get()->AddObserver(this);
|
| + ui::SystemMonitor::Get()->AddObserver(this);
|
| #if defined(OS_CHROMEOS)
|
| registrar_.Add(
|
| this,
|
| @@ -61,7 +61,7 @@
|
| }
|
|
|
| ProfileManager::~ProfileManager() {
|
| - SystemMonitor* system_monitor = SystemMonitor::Get();
|
| + ui::SystemMonitor* system_monitor = ui::SystemMonitor::Get();
|
| if (system_monitor)
|
| system_monitor->RemoveObserver(this);
|
|
|
|
|