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