Index: chrome/browser/profile.cc |
=================================================================== |
--- chrome/browser/profile.cc (revision 20100) |
+++ chrome/browser/profile.cc (working copy) |
@@ -1016,7 +1016,7 @@ |
ThumbnailStore* ProfileImpl::GetThumbnailStore() { |
if (!thumbnail_store_.get()) { |
thumbnail_store_ = new ThumbnailStore; |
- thumbnail_store_->Init(GetPath().AppendASCII("Top Thumbnails"), this); |
+ thumbnail_store_->Init(GetPath().AppendASCII("thumbnailstore"), this); |
} |
return thumbnail_store_.get(); |
} |