| Index: content/browser/frame_host/frame_tree.cc | 
| diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc | 
| index 680766435dbd5e742122d3188d7b2ea56a94e022..d44dd9c957b74c9d2f63ad23980ddf830e3c12d6 100644 | 
| --- a/content/browser/frame_host/frame_tree.cc | 
| +++ b/content/browser/frame_host/frame_tree.cc | 
| @@ -8,7 +8,6 @@ | 
|  | 
| #include "base/bind.h" | 
| #include "base/callback.h" | 
| -#include "base/command_line.h" | 
| #include "base/containers/hash_tables.h" | 
| #include "base/lazy_instance.h" | 
| #include "content/browser/frame_host/frame_tree_node.h" | 
| @@ -18,7 +17,6 @@ | 
| #include "content/browser/frame_host/render_frame_proxy_host.h" | 
| #include "content/browser/renderer_host/render_view_host_factory.h" | 
| #include "content/browser/renderer_host/render_view_host_impl.h" | 
| -#include "content/public/common/content_switches.h" | 
| #include "third_party/WebKit/public/web/WebSandboxFlags.h" | 
|  | 
| namespace content { | 
|  |