Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / net / disk_cache / blockfile / rankings.h
index 4224d00..b523932 100644 (file)
@@ -94,8 +94,8 @@ class Rankings {
   // If we have multiple lists, we have to iterate through all at the same time.
   // This structure keeps track of where we are on the iteration.
   struct Iterator {
-    explicit Iterator(Rankings* rankings);
-    ~Iterator();
+    Iterator();
+    void Reset();
 
     List list;                     // Which entry was returned to the user.
     CacheRankingsBlock* nodes[3];  // Nodes on the first three lists.