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

Unified Diff: net/extras/sqlite/DEPS

Issue 1016643004: Moves SQLitePersistentCookieStore to net/extras/sqlite. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cookies
Patch Set: Remove NET_EXPORT. Created 5 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: net/extras/sqlite/DEPS
diff --git a/net/extras/sqlite/DEPS b/net/extras/sqlite/DEPS
index 40ed5cf884d0cb13dac76ca7eaf64e52923ce948..05f3b79be3cf9f06181e6841fe723a64295c61fe 100644
--- a/net/extras/sqlite/DEPS
+++ b/net/extras/sqlite/DEPS
@@ -2,4 +2,5 @@ include_rules = [
"+base",
"+net",
"+sql",
+ "+third_party/sqlite",
Ryan Sleevi 2015/03/19 03:37:51 Is this correct? Why?
rohitrao (ping after 24h) 2015/03/19 14:55:42 Looks like the header in sqlite_persistent_cookie_
]

Powered by Google App Engine
This is Rietveld 408576698