Split the NotificationUIManager into a virtual interface and an impl.

BUG=120677
TEST=Covered by tests.

Review URL: https://chromiumcodereview.appspot.com/9802039

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130617 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/prefs/browser_prefs.cc b/chrome/browser/prefs/browser_prefs.cc
index 3a885def..59717873 100644
--- a/chrome/browser/prefs/browser_prefs.cc
+++ b/chrome/browser/prefs/browser_prefs.cc
@@ -32,7 +32,7 @@
 #include "chrome/browser/net/predictor.h"
 #include "chrome/browser/net/ssl_config_service_manager.h"
 #include "chrome/browser/notifications/desktop_notification_service.h"
-#include "chrome/browser/notifications/notification_ui_manager.h"
+#include "chrome/browser/notifications/notification_prefs_manager.h"
 #include "chrome/browser/page_info_model.h"
 #include "chrome/browser/password_manager/password_manager.h"
 #include "chrome/browser/policy/cloud_policy_subsystem.h"
@@ -131,7 +131,7 @@
 #endif
 
 #if defined(ENABLE_NOTIFICATIONS)
-  NotificationUIManager::RegisterPrefs(local_state);
+  NotificationPrefsManager::RegisterPrefs(local_state);
 #endif
 
 #if defined(ENABLE_SAFE_BROWSING)