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

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: Fix clang compilation. 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/drive/DEPS
diff --git a/chrome/browser/drive/DEPS b/chrome/browser/drive/DEPS
index 3544835bd4098cc3cea7a163edfc9698b5a58f33..b21159740f6bcd88a655564f718db05ae522e570 100644
--- a/chrome/browser/drive/DEPS
+++ b/chrome/browser/drive/DEPS
@@ -11,13 +11,10 @@ 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.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",
- ],
}

Powered by Google App Engine
This is Rietveld 408576698