Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index cdef23c94bb42390a98b6e3f6b8d2928c1b787bb..a6408cbe8bf74e0d28cf1e313cc4f0aa5346b34c 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -154,7 +154,7 @@ static const int kCreateSessionServiceDelayMS = 500; |
// Helper method needed because PostTask cannot currently take a Callback |
// function with non-void return type. |
-// TODO(jhawkins): Remove once IgnoreReturn is fixed. |
+// TODO(jhawkins): Remove once IgnoreResult is fixed. |
void CreateDirectoryNoResult(const FilePath& path) { |
file_util::CreateDirectory(path); |
} |