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

Unified Diff: chrome/browser/drive/DEPS

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
« no previous file with comments | « no previous file | chrome/browser/drive/drive_notification_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/drive/DEPS
diff --git a/chrome/browser/drive/DEPS b/chrome/browser/drive/DEPS
index 3544835bd4098cc3cea7a163edfc9698b5a58f33..5d3d822abce2ef12cd6d5b9383e8dcc80e1f51a5 100644
--- a/chrome/browser/drive/DEPS
+++ b/chrome/browser/drive/DEPS
@@ -11,13 +11,9 @@ include_rules = [
# directory. crbug.com/257943
specific_include_rules = {
"drive_notification_manager_factory\.cc": [
- "!chrome/browser/invalidation/invalidation_service_factory.h",
+ "!chrome/browser/invalidation/profile_invalidation_provider_factory.h",
"!chrome/browser/profiles/profile.h",
"!chrome/browser/sync/profile_sync_service.h",
"!chrome/browser/sync/profile_sync_service_factory.h",
],
- "drive_notification_manager\.cc": [
- "!chrome/browser/invalidation/invalidation_service_factory.h",
- "!chrome/browser/profiles/profile.h",
- ],
}
« no previous file with comments | « no previous file | chrome/browser/drive/drive_notification_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698