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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+base", 2 "+base",
3 "+net", 3 "+net",
4 "+sql", 4 "+sql",
5 "+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_
5 ] 6 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698