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

Unified Diff: chrome/browser/sync/test/integration/fake_server_invalidation_service.h

Issue 327243003: Introduce ProfileInvalidationProvider wrapper for InvalidationService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 6 months 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/sync/test/integration/fake_server_invalidation_service.h
diff --git a/chrome/browser/sync/test/integration/fake_server_invalidation_service.h b/chrome/browser/sync/test/integration/fake_server_invalidation_service.h
index b7813fb24e4edc729da56c26beedf4af10f9542f..af397eaf5e5e84973cb781bc598a6f0bee647d07 100644
--- a/chrome/browser/sync/test/integration/fake_server_invalidation_service.h
+++ b/chrome/browser/sync/test/integration/fake_server_invalidation_service.h
@@ -16,10 +16,6 @@
#include "sync/internal_api/public/base/model_type.h"
#include "sync/test/fake_server/fake_server.h"
-namespace content {
-class BrowserContext;
-}
-
namespace invalidation {
class InvalidationLogger;
}
@@ -33,8 +29,6 @@ class FakeServerInvalidationService : public invalidation::InvalidationService,
FakeServerInvalidationService();
virtual ~FakeServerInvalidationService();
- static KeyedService* Build(content::BrowserContext* context);
-
virtual void RegisterInvalidationHandler(
syncer::InvalidationHandler* handler) OVERRIDE;
virtual void UpdateRegisteredInvalidationIds(

Powered by Google App Engine
This is Rietveld 408576698