Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2573)

Unified Diff: chrome/browser/bookmarks/bookmark_storage.cc

Issue 6286038: Add initial code to do filename munging in the FileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/bookmark_storage.cc
===================================================================
--- chrome/browser/bookmarks/bookmark_storage.cc (revision 72915)
+++ chrome/browser/bookmarks/bookmark_storage.cc (working copy)
@@ -230,7 +230,7 @@
SaveNow();
// Clean up after migration from history.
- base::FileUtilProxy::Delete(
+ base::FileUtilProxy::GetInstance()->Delete(
BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
tmp_history_path_,
false,

Powered by Google App Engine
This is Rietveld 408576698