Index: chrome/browser/ui/network_profile_bubble.cc |
diff --git a/chrome/browser/ui/network_profile_bubble.cc b/chrome/browser/ui/network_profile_bubble.cc |
index 8d4c73edd26ee95d48bfff19fefb9d24aa719da7..4b5d23ce14403f0f3a7a4f2dbf24030ab0cfe1b9 100644 |
--- a/chrome/browser/ui/network_profile_bubble.cc |
+++ b/chrome/browser/ui/network_profile_bubble.cc |
@@ -101,7 +101,7 @@ void NetworkProfileBubble::CheckNetworkProfile( |
// start faster. |
// Collect a lot of stats along the way to see which cases do occur in the |
// wild often enough. |
- if (CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kNoNetworkProfileWarning)) { |
RecordUmaEvent(METRIC_CHECK_SUPPRESSED); |
return; |