Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Unified Diff: chrome/browser/policy/configuration_policy_handler_list_factory.cc

Issue 312583002: Move MetricsStateManager into the Metrics component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/policy/configuration_policy_handler_list_factory.cc
diff --git a/chrome/browser/policy/configuration_policy_handler_list_factory.cc b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
index 6249a2ce02d9590da533676b1b2d9a741b9affe9..c7c664b485abdd4deb853b23aa80042039e48a0d 100644
--- a/chrome/browser/policy/configuration_policy_handler_list_factory.cc
+++ b/chrome/browser/policy/configuration_policy_handler_list_factory.cc
@@ -108,7 +108,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = {
prefs::kPrintPreviewDisabled,
base::Value::TYPE_BOOLEAN },
{ key::kMetricsReportingEnabled,
- prefs::kMetricsReportingEnabled,
+ metrics::prefs::kMetricsReportingEnabled,
base::Value::TYPE_BOOLEAN },
{ key::kApplicationLocaleValue,
prefs::kApplicationLocale,

Powered by Google App Engine
This is Rietveld 408576698