Index: content/public/browser/indexed_db_info.h |
diff --git a/content/public/browser/indexed_db_info.h b/content/public/browser/indexed_db_info.h |
index fcf6c0417e58b9eb938c62741225ef59736ffc79..726949c14294833c84e440c02808d83e1429eb04 100644 |
--- a/content/public/browser/indexed_db_info.h |
+++ b/content/public/browser/indexed_db_info.h |
@@ -17,13 +17,11 @@ class CONTENT_EXPORT IndexedDBInfo { |
IndexedDBInfo(const GURL& origin, |
int64 size, |
const base::Time& last_modified, |
- const base::FilePath& path, |
- size_t connection_count_); |
+ size_t connection_count); |
GURL origin_; |
int64 size_; |
base::Time last_modified_; |
- base::FilePath path_; |
size_t connection_count_; |
}; |