Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / sync_file_system_internals / sync_file_system_internals_handler.cc
index 96ce60e..a111d29 100644 (file)
@@ -97,7 +97,7 @@ void SyncFileSystemInternalsHandler::GetServiceStatus(
 void SyncFileSystemInternalsHandler::GetNotificationSource(
     const base::ListValue* args) {
   drive::DriveNotificationManager* drive_notification_manager =
-      drive::DriveNotificationManagerFactory::GetForBrowserContext(profile_);
+      drive::DriveNotificationManagerFactory::FindForBrowserContext(profile_);
   if (!drive_notification_manager)
     return;
   bool xmpp_enabled = drive_notification_manager->push_notification_enabled();