Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / view_event_test_platform_part_ash.cc
index 51ed1c4..9a91efe 100644 (file)
@@ -16,10 +16,10 @@ namespace {
 class ViewEventTestPlatformPartAsh : public ViewEventTestPlatformPart {
  public:
   explicit ViewEventTestPlatformPartAsh(ui::ContextFactory* context_factory);
-  virtual ~ViewEventTestPlatformPartAsh();
+  ~ViewEventTestPlatformPartAsh() override;
 
   // Overridden from ViewEventTestPlatformPart:
-  virtual gfx::NativeWindow GetContext() OVERRIDE {
+  gfx::NativeWindow GetContext() override {
     return NULL;  // No context, so that desktop tree hosts are used by default.
   }