| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index da1cb060fdc722347ba89be6ef7b6bc27136ee6e..1e34ed6f6fd0a74c29bf4128145698becfda6720 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -34,7 +34,6 @@
|
| #include "chrome/browser/browser_about_handler.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/browser_shutdown.h"
|
| -#include "chrome/browser/browsing_data/browsing_data_filter_builder.h"
|
| #include "chrome/browser/browsing_data/browsing_data_helper.h"
|
| #include "chrome/browser/browsing_data/browsing_data_remover.h"
|
| #include "chrome/browser/browsing_data/browsing_data_remover_factory.h"
|
| @@ -159,6 +158,7 @@
|
| #include "content/public/browser/browser_ppapi_host.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/browser_url_handler.h"
|
| +#include "content/public/browser/browsing_data_filter_builder.h"
|
| #include "content/public/browser/child_process_data.h"
|
| #include "content/public/browser/child_process_security_policy.h"
|
| #include "content/public/browser/client_certificate_delegate.h"
|
| @@ -380,6 +380,7 @@ using base::FileDescriptor;
|
| using blink::WebWindowFeatures;
|
| using content::BrowserThread;
|
| using content::BrowserURLHandler;
|
| +using content::BrowsingDataFilterBuilder;
|
| using content::ChildProcessSecurityPolicy;
|
| using content::QuotaPermissionContext;
|
| using content::RenderFrameHost;
|
|
|