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

Unified Diff: chrome/browser/google_apis/DEPS

Issue 15580002: Make use of InvalidationService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More review fixes Created 7 years, 7 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/google_apis/DEPS
diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
index ffb158595927290249627562a09e11d35c6d00b5..f48b4323c3d7b994d3f0e5215e76dd0ca3a74b1a 100644
--- a/chrome/browser/google_apis/DEPS
+++ b/chrome/browser/google_apis/DEPS
@@ -4,14 +4,14 @@ include_rules = [
"+chrome/browser/google_apis",
# Temporarily needed, see http://crbug.com/146989
+ "!chrome/browser/invalidation/invalidation_service.h",
+ "!chrome/browser/invalidation/invalidation_service_factory.h",
"!chrome/browser/profiles/profile.h",
"!chrome/browser/profiles/profile_dependency_manager.h",
- "!chrome/browser/profiles/profile_keyed_service_factory.h",
"!chrome/browser/profiles/profile_keyed_service.h",
- "!chrome/browser/signin/token_service_factory.h",
+ "!chrome/browser/profiles/profile_keyed_service_factory.h",
"!chrome/browser/signin/token_service.h",
- "!chrome/browser/sync/profile_sync_service_factory.h",
- "!chrome/browser/sync/profile_sync_service.h",
+ "!chrome/browser/signin/token_service_factory.h",
"!chrome/common/chrome_notification_types.h",
"!content/public/browser/browser_thread.h",
"!content/public/browser/notification_details.h",

Powered by Google App Engine
This is Rietveld 408576698