| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 126145)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -72,8 +72,8 @@
|
| #include "chrome/common/pref_names.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/url_constants.h"
|
| -#include "content/browser/browser_url_handler.h"
|
| #include "content/public/browser/browser_main_parts.h"
|
| +#include "content/public/browser/browser_url_handler.h"
|
| #include "content/public/browser/child_process_security_policy.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/render_view_host.h"
|
| @@ -141,6 +141,7 @@
|
|
|
| using content::AccessTokenStore;
|
| using content::BrowserThread;
|
| +using content::BrowserURLHandler;
|
| using content::ChildProcessSecurityPolicy;
|
| using content::QuotaPermissionContext;
|
| using content::RenderViewHost;
|
|
|