| Index: base/test/test_file_util_android.cc
 | 
| diff --git a/base/test/test_file_util_android.cc b/base/test/test_file_util_android.cc
 | 
| index 7f442a80ee55577797d0f9c03d280ba26d4e02c7..71f5dc52bf163d5385da89c0f25ca4a3128e30bf 100644
 | 
| --- a/base/test/test_file_util_android.cc
 | 
| +++ b/base/test/test_file_util_android.cc
 | 
| @@ -10,6 +10,8 @@
 | 
|  #include "base/files/file_path.h"
 | 
|  #include "jni/ContentUriTestUtils_jni.h"
 | 
|  
 | 
| +using base::android::ScopedJavaLocalRef;
 | 
| +
 | 
|  namespace base {
 | 
|  
 | 
|  FilePath InsertImageIntoMediaStore(const FilePath& path) {
 | 
| 
 |