| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index 35a9350be74dec5d359d8529ac6e7f3cf34107fa..6686566aeb9513ccda2b1ba92e8d7a75825bc9b8 100644
|
| --- a/content/shell/shell_main_delegate.cc
|
| +++ b/content/shell/shell_main_delegate.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "content/shell/shell_main_delegate.h"
|
|
|
| +#include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| @@ -21,6 +22,7 @@
|
| #include "ui/base/ui_base_paths.h"
|
|
|
| #if defined(OS_ANDROID)
|
| +#include "base/base_paths_android.h"
|
| #include "base/global_descriptors_posix.h"
|
| #include "content/shell/android/shell_descriptors.h"
|
| #endif
|
|
|