| Index: content/shell/android/shell_manager.cc
|
| diff --git a/content/shell/android/shell_manager.cc b/content/shell/android/shell_manager.cc
|
| index 5ef54c257a7734e2729af86c265c114cd5588252..08df6a4cd75b0c6ac38e28272a7485ca6b2b9556 100644
|
| --- a/content/shell/android/shell_manager.cc
|
| +++ b/content/shell/android/shell_manager.cc
|
| @@ -9,13 +9,12 @@
|
| #include "base/android/scoped_java_ref.h"
|
| #include "base/bind.h"
|
| #include "base/lazy_instance.h"
|
| +#include "content/public/browser/web_contents.h"
|
| #include "content/shell/shell.h"
|
| #include "content/shell/shell_browser_context.h"
|
| #include "content/shell/shell_content_browser_client.h"
|
| -#include "content/public/browser/web_contents.h"
|
| -#include "content/shell/shell.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "jni/ShellManager_jni.h"
|
| +#include "url/gurl.h"
|
|
|
| using base::android::ScopedJavaLocalRef;
|
|
|
|
|