Index: content/browser/android/child_process_launcher_android.cc |
diff --git a/content/browser/android/child_process_launcher_android.cc b/content/browser/android/child_process_launcher_android.cc |
index 6b9c483357e97732072fde0227d133cf98b375a6..e66ed0014e0534d161009675ec19d5784088f8ea 100644 |
--- a/content/browser/android/child_process_launcher_android.cc |
+++ b/content/browser/android/child_process_launcher_android.cc |
@@ -167,7 +167,7 @@ void StartChildProcess( |
DCHECK(file_count > 0); |
ScopedJavaLocalRef<jclass> j_file_info_class = base::android::GetClass( |
- env, "org/chromium/content/browser/FileDescriptorInfo"); |
+ env, "org/chromium/content/common/FileDescriptorInfo"); |
ScopedJavaLocalRef<jobjectArray> j_file_infos( |
env, env->NewObjectArray(file_count, j_file_info_class.obj(), NULL)); |
base::android::CheckException(env); |