Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / components / autofill / core / browser / address_field.h
index c094922..b332719 100644 (file)
@@ -25,7 +25,7 @@ class AddressField : public FormField {
 
  protected:
   // FormField:
-  virtual bool ClassifyField(ServerFieldTypeMap* map) const OVERRIDE;
+  bool ClassifyField(ServerFieldTypeMap* map) const override;
 
  private:
   FRIEND_TEST_ALL_PREFIXES(AddressFieldTest, ParseOneLineAddress);