Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / ntp / favicon_webui_handler.h
index 9acbaa0..6d0e29d 100644 (file)
@@ -23,10 +23,10 @@ class ListValue;
 class FaviconWebUIHandler : public content::WebUIMessageHandler {
  public:
   FaviconWebUIHandler();
-  virtual ~FaviconWebUIHandler();
+  ~FaviconWebUIHandler() override;
 
   // WebUIMessageHandler
-  virtual void RegisterMessages() OVERRIDE;
+  void RegisterMessages() override;
 
   // Called from the JS to get the dominant color of a favicon. The first
   // argument is a favicon URL, the second is the ID of the DOM node that is