Index: ios/chrome/browser/metrics/DEPS |
diff --git a/ios/chrome/browser/metrics/DEPS b/ios/chrome/browser/metrics/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b1445db02267b9a06d16b0398614f981fdd1443 |
--- /dev/null |
+++ b/ios/chrome/browser/metrics/DEPS |
@@ -0,0 +1,12 @@ |
+specific_include_rules = { |
+ "^tab_usage_recorder.mm$": [ |
+ # TODO(crbug.com/619971): Remove this exception. |
+ "+ios/web/web_state/ui/crw_web_controller.h", |
+ ], |
+ |
+ "^tab_usage_recorder_unittest.mm$": [ |
+ # TODO(crbug.com/619971): Remove this exception. |
+ "+ios/web/web_state/ui/crw_web_controller.h", |
+ ], |
+ |
+} |