| Index: chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc (revision 91771)
|
| +++ chrome/browser/geolocation/geolocation_content_settings_map_unittest.cc (working copy)
|
| @@ -7,6 +7,7 @@
|
| #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prefs/scoped_user_pref_update.h"
|
| +#include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/test/testing_profile.h"
|
| #include "content/browser/browser_thread.h"
|
| @@ -36,7 +37,7 @@
|
| };
|
|
|
| MockGeolocationSettingsObserver::MockGeolocationSettingsObserver() {
|
| - registrar_.Add(this, NotificationType::GEOLOCATION_SETTINGS_CHANGED,
|
| + registrar_.Add(this, chrome::GEOLOCATION_SETTINGS_CHANGED,
|
| NotificationService::AllSources());
|
| }
|
|
|
|
|