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

Unified Diff: chrome/browser/chromeos/file_manager/volume_manager.cc

Issue 141473004: Random cleanup for c/b/cros/extensions/file_manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_tasks.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/file_manager/volume_manager.cc
diff --git a/chrome/browser/chromeos/file_manager/volume_manager.cc b/chrome/browser/chromeos/file_manager/volume_manager.cc
index 253873e4a959039318a727a18ca1e7ef8eb311f1..093153e8abc35c1bb525feb8fc3e8be22dac9601 100644
--- a/chrome/browser/chromeos/file_manager/volume_manager.cc
+++ b/chrome/browser/chromeos/file_manager/volume_manager.cc
@@ -182,7 +182,7 @@ void VolumeManager::Initialize() {
// the old preferences on paths to the new format when needed. For the detail,
// see the comments in file_manager::util::MigratePathFromOldFormat,
// Note: Preferences related to downloads are handled in download_prefs.cc.
- // TODO(kinaba): Remove this are several rounds of releases.
+ // TODO(kinaba): Remove this after several rounds of releases.
const base::FilePath old_path =
profile_->GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory);
base::FilePath new_path;
« no previous file with comments | « chrome/browser/chromeos/extensions/file_manager/private_api_tasks.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698