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

Unified Diff: chrome/browser/invalidation/profile_invalidation_provider_factory.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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/invalidation/profile_invalidation_provider_factory.h
diff --git a/chrome/browser/invalidation/profile_invalidation_provider_factory.h b/chrome/browser/invalidation/profile_invalidation_provider_factory.h
index 71898c5b001dce7c0568db32436dd2bcfd6bb78b..90d0743926574496b23ac6b110deb701ecc02cb1 100644
--- a/chrome/browser/invalidation/profile_invalidation_provider_factory.h
+++ b/chrome/browser/invalidation/profile_invalidation_provider_factory.h
@@ -9,19 +9,19 @@
#include "base/memory/singleton.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
+class Profile;
+
namespace policy {
class AffiliatedInvalidationServiceProviderImplTest;
}
-namespace user_prefs {
-class PrefRegistrySyncable;
-}
-
namespace syncer {
class Invalidator;
}
-class Profile;
+namespace user_prefs {
+class PrefRegistrySyncable;
+}
namespace invalidation {

Powered by Google App Engine
This is Rietveld 408576698