Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2471)

Unified Diff: chrome/browser/background_sync/background_sync_controller_impl.h

Issue 2510803003: Pass RapporService to content/browser/ (Closed)
Patch Set: Fix more compile errors in JNI files Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_.

Powered by Google App Engine
This is Rietveld 408576698