Chromium Code Reviews

Unified Diff: chrome/browser/sync/api/DEPS

Issue 7904021: [Sync] Rework SharedValue<T> into Immutable<T> (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rename vars Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/sync/api/sync_change_unittest.cc » ('j') | chrome/browser/sync/api/sync_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/api/DEPS
diff --git a/chrome/browser/sync/api/DEPS b/chrome/browser/sync/api/DEPS
index 66c3ac83d4abd9fabe174a13662e1a72861f099b..8e229626a0e4fdeffb62f21c2929ee8beacb0a76 100644
--- a/chrome/browser/sync/api/DEPS
+++ b/chrome/browser/sync/api/DEPS
@@ -4,5 +4,6 @@ include_rules = [
"+chrome/browser/sync/api",
"+chrome/browser/sync/protocol",
"+chrome/browser/sync/syncable/model_type.h",
+ "+chrome/browser/sync/util/immutable.h",
]
« no previous file with comments | « no previous file | chrome/browser/sync/api/sync_change_unittest.cc » ('j') | chrome/browser/sync/api/sync_data.h » ('J')

Powered by Google App Engine