Chromium Code Reviews| Index: components/test/run_all_unittests.cc |
| diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc |
| index 4263b424ad5bbfcf8bad578f47f9e225408d3447..7c1994ece2c9c174d0abc333786e247bd2372df9 100644 |
| --- a/components/test/run_all_unittests.cc |
| +++ b/components/test/run_all_unittests.cc |
| @@ -29,6 +29,7 @@ |
| #include "components/policy/core/browser/android/component_jni_registrar.h" |
| #include "components/safe_json/android/component_jni_registrar.h" |
| #include "components/signin/core/browser/android/component_jni_registrar.h" |
| +#include "components/web_restrictions/browser/mock_web_restrictions_client.h" |
| #include "content/public/test/test_utils.h" |
| #include "net/android/net_jni_registrar.h" |
| #include "ui/base/android/ui_base_jni_registrar.h" |
| @@ -68,6 +69,7 @@ class ComponentsTestSuite : public base::TestSuite { |
| ASSERT_TRUE(signin::android::RegisterSigninJni(env)); |
| ASSERT_TRUE(net::android::RegisterJni(env)); |
| ASSERT_TRUE(content::RegisterJniForTesting(env)); |
| + ASSERT_TRUE(web_restrictions::MockWebRestrictionsClient::Register(env)); |
|
Bernhard Bauer
2016/02/23 14:29:13
Bonus points for sorting these alphabetically.
aberent
2016/02/23 16:26:51
Done.
|
| #endif |
| ui::RegisterPathProvider(); |