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

Unified Diff: components/data_reduction_proxy/core/browser/DEPS

Issue 1173343009: LevelDB storage for data reduction proxy to store data usage stats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include Created 5 years, 6 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: components/data_reduction_proxy/core/browser/DEPS
diff --git a/components/leveldb_proto/DEPS b/components/data_reduction_proxy/core/browser/DEPS
similarity index 53%
copy from components/leveldb_proto/DEPS
copy to components/data_reduction_proxy/core/browser/DEPS
index 743a2f3baeca1ae3235e04d57c249792fac89251..6f3c27ee0d1f0b7855bf68adfb6a840bd1aa2eb8 100644
--- a/components/leveldb_proto/DEPS
+++ b/components/data_reduction_proxy/core/browser/DEPS
@@ -1,3 +1,4 @@
include_rules = [
"+third_party/leveldatabase",
+ "+content/public/browser/browser_thread.h",
jeremyim 2015/07/01 21:31:01 I believe this is a layering violation.
Not at Google. Contact bengr 2015/07/01 23:17:37 Good point. Fixed.
]

Powered by Google App Engine
This is Rietveld 408576698