| Index: components/test/run_all_unittests.cc
|
| diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc
|
| index 2e5a89375a0017d63810fa3c1f0b6b2038a33156..a9c4fb5dbb8cc7c3a25d805a14888dc1cbcc1125 100644
|
| --- a/components/test/run_all_unittests.cc
|
| +++ b/components/test/run_all_unittests.cc
|
| @@ -25,6 +25,7 @@
|
|
|
| #if defined(OS_ANDROID)
|
| #include "base/android/jni_android.h"
|
| +#include "components/gcm_driver/instance_id/android/component_jni_registrar.h"
|
| #include "components/invalidation/impl/android/component_jni_registrar.h"
|
| #include "components/policy/core/browser/android/component_jni_registrar.h"
|
| #include "components/safe_json/android/component_jni_registrar.h"
|
| @@ -63,6 +64,7 @@ class ComponentsTestSuite : public base::TestSuite {
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| ASSERT_TRUE(content::RegisterJniForTesting(env));
|
| ASSERT_TRUE(gfx::android::RegisterJni(env));
|
| + ASSERT_TRUE(instance_id::android::RegisterInstanceIDJni(env));
|
| ASSERT_TRUE(invalidation::android::RegisterInvalidationJni(env));
|
| ASSERT_TRUE(policy::android::RegisterPolicy(env));
|
| ASSERT_TRUE(safe_json::android::RegisterSafeJsonJni(env));
|
|
|