Index: chrome/installer/util/google_update_settings.cc |
diff --git a/chrome/installer/util/google_update_settings.cc b/chrome/installer/util/google_update_settings.cc |
index d99f6e5845d3162b427526db1910803d0efaf964..e493f5ad073ae6359de30d6dbeb4a5f7abc34b99 100644 |
--- a/chrome/installer/util/google_update_settings.cc |
+++ b/chrome/installer/util/google_update_settings.cc |
@@ -24,10 +24,10 @@ |
#include "chrome/installer/util/browser_distribution.h" |
#include "chrome/installer/util/channel_info.h" |
#include "chrome/installer/util/google_update_constants.h" |
-#include "chrome/installer/util/google_update_experiment_util.h" |
#include "chrome/installer/util/install_util.h" |
#include "chrome/installer/util/installation_state.h" |
#include "chrome/installer/util/product.h" |
+#include "components/variations/variations_experiment_util.h" |
Alexei Svitkine (slow)
2015/08/13 15:18:29
Do you need to update any usage of those declarati
sdefresne
2015/08/13 16:46:49
Done.
|
using base::win::RegKey; |
using installer::InstallationState; |