Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / omnibox / omnibox_controller_unittest.cc
index 2c40bc2..423bc87 100644 (file)
@@ -5,7 +5,6 @@
 #include "base/prefs/pref_service.h"
 #include "chrome/browser/autocomplete/autocomplete_controller.h"
 #include "chrome/browser/ui/omnibox/omnibox_controller.h"
-#include "chrome/common/pref_names.h"
 #include "chrome/test/base/testing_profile.h"
 #include "components/omnibox/autocomplete_provider.h"
 #include "testing/gtest/include/gtest/gtest.h"
@@ -13,7 +12,7 @@
 class OmniboxControllerTest : public testing::Test {
  protected:
   OmniboxControllerTest();
-  virtual ~OmniboxControllerTest();
+  ~OmniboxControllerTest() override;
 
   void CreateController();
   void AssertProviders(int expected_providers);