Index: chrome/browser/chrome_content_browser_client.cc |
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc |
index 1c7ce3b7eb720ea5a87af2bd1158e39a2da07c23..dc89e23dcd7ee9d56c1872dbe8eb3729f7074554 100644 |
--- a/chrome/browser/chrome_content_browser_client.cc |
+++ b/chrome/browser/chrome_content_browser_client.cc |
@@ -136,8 +136,9 @@ |
#include "components/pref_registry/pref_registry_syncable.h" |
#include "components/prefs/pref_service.h" |
#include "components/prefs/scoped_user_pref_update.h" |
+#include "components/rappor/public/rappor_utils.h" |
#include "components/rappor/rappor_recorder_impl.h" |
-#include "components/rappor/rappor_utils.h" |
+#include "components/rappor/rappor_service_impl.h" |
#include "components/security_interstitials/core/ssl_error_ui.h" |
#include "components/signin/core/common/profile_management_switches.h" |
#include "components/spellcheck/spellcheck_build_features.h" |
@@ -2787,6 +2788,10 @@ void ChromeContentBrowserClient::GetURLRequestAutoMountHandlers( |
extra_parts_[i]->GetURLRequestAutoMountHandlers(handlers); |
} |
+::rappor::RapporService* ChromeContentBrowserClient::GetRapporService() { |
+ return g_browser_process->rappor_service(); |
+} |
+ |
void ChromeContentBrowserClient::GetAdditionalFileSystemBackends( |
content::BrowserContext* browser_context, |
const base::FilePath& storage_partition_path, |