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

Unified Diff: chrome/browser/api/DEPS

Issue 10910071: Extract abstract base to API directory for ProfileSyncService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 8 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/api/DEPS
diff --git a/chrome/browser/api/DEPS b/chrome/browser/api/DEPS
index d7ae34ec1501458d1db0cd76d63160e44ec54d43..15ffc176d780c775415b00ff26e3ce9d86586d8b 100644
--- a/chrome/browser/api/DEPS
+++ b/chrome/browser/api/DEPS
@@ -27,6 +27,9 @@ include_rules = [
"-chrome/browser",
"+chrome/browser/api",
+ # This is part of the sync API, OK to depend on, no need to move.
+ "+sync/internal_api/public/base/model_type.h",
tim (not reviewing) 2012/09/06 17:00:06 Hm, so previously, the only thing that could depen
Jói 2012/09/06 20:08:35 Done.
+
# TODO(joi): Get rid of this.
"!chrome/browser/profiles/refcounted_profile_keyed_service.h",
]

Powered by Google App Engine
This is Rietveld 408576698