| Index: chrome/browser/background_sync/background_sync_controller_impl.h
|
| diff --git a/chrome/browser/background_sync/background_sync_controller_impl.h b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| index 97924b94f27a63291778606f80911eeb5f1fc126..564af713c6b1e9009a1d72c2d2f6ac0c6007b638 100644
|
| --- a/chrome/browser/background_sync/background_sync_controller_impl.h
|
| +++ b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| @@ -18,7 +18,7 @@ struct BackgroundSyncParameters;
|
| }
|
|
|
| namespace rappor {
|
| -class RapporService;
|
| +class RapporServiceImpl;
|
| }
|
|
|
| class Profile;
|
| @@ -45,7 +45,7 @@ class BackgroundSyncControllerImpl : public content::BackgroundSyncController,
|
|
|
| protected:
|
| // Virtual for testing.
|
| - virtual rappor::RapporService* GetRapporService();
|
| + virtual rappor::RapporServiceImpl* GetRapporServiceImpl();
|
|
|
| private:
|
| Profile* profile_; // This object is owned by profile_.
|
|
|