Index: chrome/browser/ui/webui/profiler_ui.cc |
diff --git a/chrome/browser/ui/webui/profiler_ui.cc b/chrome/browser/ui/webui/profiler_ui.cc |
index 9c137dee8bb16f10e0c9ef524b05173d76e2859d..3e39517e9e073f0bbb48598abf61e866fddcb93a 100644 |
--- a/chrome/browser/ui/webui/profiler_ui.cc |
+++ b/chrome/browser/ui/webui/profiler_ui.cc |
@@ -18,10 +18,10 @@ |
#include "base/strings/string_util.h" |
#include "base/tracked_objects.h" |
#include "base/values.h" |
-#include "chrome/browser/metrics/tracking_synchronizer.h" |
#include "chrome/browser/profiles/profile.h" |
#include "chrome/browser/task_profiler/task_profiler_data_serializer.h" |
#include "chrome/common/url_constants.h" |
+#include "components/metrics/profiler/tracking_synchronizer.h" |
#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/url_data_source.h" |
#include "content/public/browser/web_contents.h" |
@@ -37,10 +37,10 @@ |
#include "base/path_service.h" |
#endif // USE_SOURCE_FILES_DIRECTLY |
-using chrome_browser_metrics::TrackingSynchronizer; |
using content::BrowserThread; |
using content::WebContents; |
using content::WebUIMessageHandler; |
+using metrics::TrackingSynchronizer; |
namespace { |