Index: chrome/browser/dom_distiller/profile_utils.cc |
diff --git a/chrome/browser/dom_distiller/profile_utils.cc b/chrome/browser/dom_distiller/profile_utils.cc |
index 95644383fab645847ae6867b5bbd619bf90635ea..86b74ac0ca6a2bac92d7f92ec9dece6b581409e2 100644 |
--- a/chrome/browser/dom_distiller/profile_utils.cc |
+++ b/chrome/browser/dom_distiller/profile_utils.cc |
@@ -13,7 +13,8 @@ |
#include "components/dom_distiller/core/url_constants.h" |
void RegisterDomDistillerViewerSource(Profile* profile) { |
- const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& command_line = |
+ *base::CommandLine::ForCurrentProcess(); |
if (command_line.HasSwitch(switches::kEnableDomDistiller)) { |
dom_distiller::DomDistillerServiceFactory* dom_distiller_service_factory = |
dom_distiller::DomDistillerServiceFactory::GetInstance(); |