Index: content/browser/histogram_message_filter.cc |
diff --git a/content/browser/histogram_message_filter.cc b/content/browser/histogram_message_filter.cc |
index 8a58fff55f61ea68cd07dd271d2c34e3ca570daf..8eb7c7231baebe20a06de219afb6bf144bff62e1 100644 |
--- a/content/browser/histogram_message_filter.cc |
+++ b/content/browser/histogram_message_filter.cc |
@@ -45,7 +45,7 @@ void HistogramMessageFilter::OnGetBrowserHistogram( |
// Security: Only allow access to browser histograms when running in the |
// context of a test. |
bool using_stats_collection_controller = |
- CommandLine::ForCurrentProcess()->HasSwitch( |
+ base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kStatsCollectionController); |
if (!using_stats_collection_controller) { |
LOG(ERROR) << "Attempt at reading browser histogram without specifying " |