| Index: components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
| diff --git a/components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc b/components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
| index 55e5b4b87a74ce81245b18326588c1b6dbd4d045..7d7e8bfcda5174ad93ba7e5de0944619e4bf219d 100644
|
| --- a/components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
| +++ b/components/dom_distiller/content/dom_distiller_viewer_source_unittest.cc
|
| @@ -13,7 +13,7 @@ const char kTestScheme[] = "myscheme";
|
|
|
| class DomDistillerViewerSourceTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| source_.reset(new DomDistillerViewerSource(NULL, kTestScheme));
|
| }
|
|
|
|
|