Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / utility / media_galleries / picasa_albums_indexer.cc
index 410a9f0..e99a141 100644 (file)
@@ -28,12 +28,12 @@ class PicasaINIParser : public INIParser {
       : folder_path_(folder_path),
         albums_images_(albums_images) {
   }
-  virtual ~PicasaINIParser() {}
+  ~PicasaINIParser() override {}
 
  private:
-  virtual void HandleTriplet(const std::string& section,
-                             const std::string& key,
-                             const std::string& value) OVERRIDE {
+  void HandleTriplet(const std::string& section,
+                     const std::string& key,
+                     const std::string& value) override {
     if (key != kAlbumsKey)
       return;