Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / base / ime / linux / fake_input_method_context_factory.h
index b2f6b43..f3d7989 100644 (file)
@@ -16,8 +16,8 @@ class FakeInputMethodContextFactory : public LinuxInputMethodContextFactory {
   FakeInputMethodContextFactory();
 
   // Overriden from ui::LinuxInputMethodContextFactory
-  virtual scoped_ptr<LinuxInputMethodContext> CreateInputMethodContext(
-      LinuxInputMethodContextDelegate* delegate) const OVERRIDE;
+  scoped_ptr<LinuxInputMethodContext> CreateInputMethodContext(
+      LinuxInputMethodContextDelegate* delegate) const override;
 
  private:
   DISALLOW_COPY_AND_ASSIGN(FakeInputMethodContextFactory);