Index: chrome/browser/history/DEPS |
diff --git a/chrome/browser/history/DEPS b/chrome/browser/history/DEPS |
index 677d9b62768daba535a4c34becbfb9066cc0721e..892bd564be1aa94b63533ef9ae0bd785d88f70cb 100644 |
--- a/chrome/browser/history/DEPS |
+++ b/chrome/browser/history/DEPS |
@@ -46,6 +46,11 @@ include_rules = [ |
"!chrome/browser/ui/profile_error_dialog.h", |
"!chrome/browser/ui/webui/ntp/most_visited_handler.h", |
"!chrome/browser/ui/webui/ntp/new_tab_ui.h", |
+ # TODO(karenlees): ask history team the best place to use the activity log we |
+ # are not supposed to be adding dependencies here. This was only added so I |
+ # could upload the changes to code review to demonstrate the changes I am |
+ # trying to make. |
+ "!chrome/browser/extensions/activity_log/activity_log.h" |
] |
specific_include_rules = { |