| Index: chrome/browser/ui/tab_helpers.cc
|
| diff --git a/chrome/browser/ui/tab_helpers.cc b/chrome/browser/ui/tab_helpers.cc
|
| index 4828802d233b64be9d9f96c3160bacb634a93126..fd8a661b76ae8951af04ef53e7578196392237d6 100644
|
| --- a/chrome/browser/ui/tab_helpers.cc
|
| +++ b/chrome/browser/ui/tab_helpers.cc
|
| @@ -213,7 +213,7 @@ void TabHelpers::AttachTabHelpers(WebContents* web_contents) {
|
| #endif // defined(ENABLE_PRINT_PREVIEW)
|
| #endif // defined(ENABLE_PRINTING) && !defined(OS_ANDROID)
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kEnableDomDistiller)) {
|
| dom_distiller::WebContentsMainFrameObserver::CreateForWebContents(
|
| web_contents);
|
|
|