| Index: ios/chrome/browser/application_context.h
|
| diff --git a/ios/chrome/browser/application_context.h b/ios/chrome/browser/application_context.h
|
| index 311f6b1c02239b0d17a4227541bfb179325b1df3..9aeeeed8ff031ec8ce665a649c2b53b3d5c23091 100644
|
| --- a/ios/chrome/browser/application_context.h
|
| +++ b/ios/chrome/browser/application_context.h
|
| @@ -46,7 +46,7 @@ class PhysicalWebDataSource;
|
| }
|
|
|
| namespace rappor {
|
| -class RapporService;
|
| +class RapporServiceImpl;
|
| }
|
|
|
| namespace safe_browsing {
|
| @@ -106,8 +106,8 @@ class ApplicationContext {
|
| // Gets the VariationsService used by this application.
|
| virtual variations::VariationsService* GetVariationsService() = 0;
|
|
|
| - // Gets the RapporService. May return null.
|
| - virtual rappor::RapporService* GetRapporService() = 0;
|
| + // Gets the RapporServiceImpl. May return null.
|
| + virtual rappor::RapporServiceImpl* GetRapporServiceImpl() = 0;
|
|
|
| // Gets the ChromeNetLog.
|
| virtual net_log::ChromeNetLog* GetNetLog() = 0;
|
|
|