Index: chrome/browser/chrome_browser_field_trials_desktop.cc |
diff --git a/chrome/browser/chrome_browser_field_trials_desktop.cc b/chrome/browser/chrome_browser_field_trials_desktop.cc |
index 3634168cb7e1cd3d842b0b3815c087b7e1a34004..03dc9668865178c351c9ef859f157a38f4f957af 100644 |
--- a/chrome/browser/chrome_browser_field_trials_desktop.cc |
+++ b/chrome/browser/chrome_browser_field_trials_desktop.cc |
@@ -23,6 +23,7 @@ |
#include "chrome/common/chrome_paths.h" |
#include "chrome/common/chrome_switches.h" |
#include "components/browser_watcher/features.h" |
+#include "components/browser_watcher/stability_debugging.h" |
#include "components/variations/variations_associated_data.h" |
#include "content/public/common/content_switches.h" |
#include "media/media_features.h" |
@@ -30,7 +31,6 @@ |
#if defined(OS_WIN) |
#include "chrome/install_static/install_util.h" |
#include "components/browser_watcher/stability_data_names.h" |
-#include "components/browser_watcher/stability_debugging_win.h" |
#endif |
namespace chrome { |