diff options
Diffstat (limited to 'chrome/browser/dom_distiller/tab_utils_browsertest.cc')
-rw-r--r-- | chrome/browser/dom_distiller/tab_utils_browsertest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_distiller/tab_utils_browsertest.cc b/chrome/browser/dom_distiller/tab_utils_browsertest.cc index 6620b6d..d8a5d13 100644 --- a/chrome/browser/dom_distiller/tab_utils_browsertest.cc +++ b/chrome/browser/dom_distiller/tab_utils_browsertest.cc @@ -32,7 +32,7 @@ const char* kSimpleArticlePath = "/dom_distiller/simple_article.html"; class DomDistillerTabUtilsBrowserTest : public InProcessBrowserTest { public: - void SetUpCommandLine(CommandLine* command_line) override { + void SetUpCommandLine(base::CommandLine* command_line) override { command_line->AppendSwitch(switches::kEnableDomDistiller); } }; |