Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / api / plugins / plugins_handler.h
index 8b7ed3b..d9ce2fa 100644 (file)
@@ -34,15 +34,15 @@ struct PluginInfo {
 class PluginsHandler : public ManifestHandler {
  public:
   PluginsHandler();
-  virtual ~PluginsHandler();
+  ~PluginsHandler() override;
 
-  virtual bool Parse(Extension* extension, base::string16* error) OVERRIDE;
-  virtual bool Validate(const Extension* extension,
-                        std::string* error,
-                        std::vector<InstallWarning>* warnings) const OVERRIDE;
+  bool Parse(Extension* extension, base::string16* error) override;
+  bool Validate(const Extension* extension,
+                std::string* error,
+                std::vector<InstallWarning>* warnings) const override;
 
  private:
-  virtual const std::vector<std::string> Keys() const OVERRIDE;
+  const std::vector<std::string> Keys() const override;
 
   DISALLOW_COPY_AND_ASSIGN(PluginsHandler);
 };