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

Unified Diff: sync/internal_api/public/DEPS

Issue 11533008: Use delete journal to remove bookmarks that are already deleted in sync model (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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: sync/internal_api/public/DEPS
diff --git a/sync/internal_api/public/DEPS b/sync/internal_api/public/DEPS
index 877a88d893301bb6054e3752a6a2df01db97235e..0edbfa94229d376b879f5610b6fb87f410068f6a 100644
--- a/sync/internal_api/public/DEPS
+++ b/sync/internal_api/public/DEPS
@@ -6,5 +6,7 @@ include_rules = [
"+sync/protocol",
# TODO(tim): Remove. Bug 131130
- "+sync/util/cryptographer.h"
+ "+sync/util/cryptographer.h",
+
+ "+sync/api/sync_data.h"
]

Powered by Google App Engine
This is Rietveld 408576698