summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
authormeelapshah@chromium.org <meelapshah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 00:08:31 +0000
committermeelapshah@chromium.org <meelapshah@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-08 00:08:31 +0000
commit3254563421b09469b9668ff69562d098a8661d23 (patch)
treeb9222dcaebe54cc87dcf47f952f58d124ae9b4ab /chrome/browser/profile.cc
parentcb1da54001174e027d1bd5de4dbc5a91dca140e2 (diff)
downloadchromium_src-3254563421b09469b9668ff69562d098a8661d23.zip
chromium_src-3254563421b09469b9668ff69562d098a8661d23.tar.gz
chromium_src-3254563421b09469b9668ff69562d098a8661d23.tar.bz2
Reverting 20097.
Review URL: http://codereview.chromium.org/155186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index 085f814..6e0a5a4 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -1016,7 +1016,7 @@ TabRestoreService* ProfileImpl::GetTabRestoreService() {
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();
}