Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / browser / webui / url_data_manager_backend.h
index 4bdfc23..19d6bd2 100644 (file)
@@ -39,7 +39,7 @@ class URLDataManagerBackend : public base::SupportsUserData::Data {
   typedef int RequestID;
 
   URLDataManagerBackend();
-  virtual ~URLDataManagerBackend();
+  ~URLDataManagerBackend() override;
 
   // Invoked to create the protocol handler for chrome://. |is_incognito| should
   // be set for incognito profiles. Called on the UI thread.