| Index: components/safe_json/json_sanitizer_android.cc
|
| diff --git a/components/safe_json/json_sanitizer_android.cc b/components/safe_json/json_sanitizer_android.cc
|
| index f7f007b7b6e50819d8568ccf906ea74eafe42a9b..12dd2503d37d0a080e9e12d8df207daef8041fd6 100644
|
| --- a/components/safe_json/json_sanitizer_android.cc
|
| +++ b/components/safe_json/json_sanitizer_android.cc
|
| @@ -14,6 +14,8 @@
|
| #include "base/threading/sequenced_task_runner_handle.h"
|
| #include "jni/JsonSanitizer_jni.h"
|
|
|
| +using base::android::JavaParamRef;
|
| +
|
| namespace safe_json {
|
|
|
| namespace {
|
|
|