| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 8cf0d1b3e925b3959278ab4cf7185264b9a30f5a..f7c96de7326b80210ad7380ca2f30f9f5436c0d0 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -112,7 +112,6 @@
|
| #include "content/public/browser/render_process_host.h"
|
| #include "content/public/browser/storage_partition.h"
|
| #include "content/public/browser/url_data_source.h"
|
| -#include "content/public/browser/user_metrics.h"
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "extensions/features/features.h"
|
| @@ -167,7 +166,6 @@
|
|
|
| using base::Time;
|
| using base::TimeDelta;
|
| -using base::UserMetricsAction;
|
| using bookmarks::BookmarkModel;
|
| using content::BrowserThread;
|
| using content::DownloadManagerDelegate;
|
|
|