| Index: content/browser/android/child_process_launcher_android.h
|
| diff --git a/content/browser/android/child_process_launcher_android.h b/content/browser/android/child_process_launcher_android.h
|
| index 3f09ad0d821f489cbd8aaa28911a23731aaaba0d..f81c5c33efcd434c55e7e8e0d942602f223dcde6 100644
|
| --- a/content/browser/android/child_process_launcher_android.h
|
| +++ b/content/browser/android/child_process_launcher_android.h
|
| @@ -6,11 +6,13 @@
|
| #define CONTENT_BROWSER_ANDROID_CHILD_PROCESS_LAUNCHER_ANDROID_H_
|
|
|
| #include <jni.h>
|
| +
|
| #include <map>
|
|
|
| #include "base/callback.h"
|
| #include "base/command_line.h"
|
| #include "base/files/memory_mapped_file.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/process/process.h"
|
| #include "content/public/browser/file_descriptor_info.h"
|
| #include "ui/gl/android/scoped_java_surface.h"
|
|
|