| Index: chrome/browser/google_apis/DEPS
|
| diff --git a/chrome/browser/google_apis/DEPS b/chrome/browser/google_apis/DEPS
|
| index 3a07a32c2d69dd64849756a4aad1687ca5dd386f..b8d29844adedffb8b4799437fadbe01377bdd23c 100644
|
| --- a/chrome/browser/google_apis/DEPS
|
| +++ b/chrome/browser/google_apis/DEPS
|
| @@ -32,10 +32,14 @@ specific_include_rules = {
|
| "!chrome/browser/chromeos/system/timezone_settings.h",
|
| "!chrome/test/base/testing_profile.h",
|
| "!content/public/test/test_browser_thread.h",
|
| + "!content/public/test/test_utils.h",
|
| ],
|
| ".*_browsertest\.cc": [
|
| "!chrome/browser/ui/browser.h",
|
| "!chrome/test/base/in_process_browser_test.h",
|
| "!chrome/test/base/ui_test_utils.h",
|
| - ]
|
| + ],
|
| + "http_server.cc": [
|
| + "!content/public/test/test_utils.h",
|
| + ],
|
| }
|
|
|