Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / name_field.h
index e15e7e3..2f26e34 100644 (file)
@@ -25,7 +25,7 @@ class NameField : public FormField {
   NameField() {}
 
   // FormField:
-  virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
+  bool ClassifyField(ServerFieldTypeMap* map) const override;
 
  private:
   FRIEND_TEST_ALL_PREFIXES(NameFieldTest, FirstMiddleLast);