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

Unified Diff: chrome/browser/history/DEPS

Issue 12647008: Refactor OAuth2TokenService to have profile- and device-based implementations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move function to minimize diff Created 7 years, 9 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/history/DEPS
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS
index 468e5837c3c37ac2e1b5dfd342443ccc4187ae43..0b3fea574da2f65f57f7b279e267a50b8b351888 100644
--- a/chrome/browser/history/DEPS
+++ b/chrome/browser/history/DEPS
@@ -40,7 +40,8 @@ include_rules = [
"!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h",
"!chrome/browser/profiles/refcounted_profile_keyed_service_factory.h",
"!chrome/browser/signin/oauth2_token_service.h",
- "!chrome/browser/signin/oauth2_token_service_factory.h",
+ "!chrome/browser/signin/profile_oauth2_token_service.h",
+ "!chrome/browser/signin/profile_oauth2_token_service_factory.h",
"!chrome/browser/signin/token_service_factory.h",
"!chrome/browser/sync/profile_sync_service.h",
"!chrome/browser/sync/profile_sync_service_factory.h",

Powered by Google App Engine
This is Rietveld 408576698