Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / dom_distiller / dom_distiller_viewer_source_browsertest.cc
index 4912f6c..6729ed2 100644 (file)
@@ -6,7 +6,6 @@
 
 #include "base/command_line.h"
 #include "base/guid.h"
-#include "base/path_service.h"
 #include "base/strings/utf_string_conversions.h"
 #include "chrome/browser/dom_distiller/dom_distiller_service_factory.h"
 #include "chrome/browser/profiles/profile.h"
@@ -80,15 +79,15 @@ ArticleEntry CreateEntry(std::string entry_id, std::string page_url) {
 class DomDistillerViewerSourceBrowserTest : public InProcessBrowserTest {
  public:
   DomDistillerViewerSourceBrowserTest() {}
-  virtual ~DomDistillerViewerSourceBrowserTest() {}
+  ~DomDistillerViewerSourceBrowserTest() override {}
 
-  virtual void SetUpOnMainThread() OVERRIDE {
+  void SetUpOnMainThread() override {
     database_model_ = new FakeDB<ArticleEntry>::EntryMap;
   }
 
-  virtual void TearDownOnMainThread() OVERRIDE { delete database_model_; }
+  void TearDownOnMainThread() override { delete database_model_; }
 
-  virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
+  void SetUpCommandLine(CommandLine* command_line) override {
     command_line->AppendSwitch(switches::kEnableDomDistiller);
   }