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

Unified Diff: chromeos/dbus/session_manager_client.cc

Issue 16950028: Move file_util::Delete to the base namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « chromeos/dbus/cros_disks_client.cc ('k') | cloud_print/service/win/installer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/session_manager_client.cc
diff --git a/chromeos/dbus/session_manager_client.cc b/chromeos/dbus/session_manager_client.cc
index f610275219778cb3dd57a3918836b33e42f41d9f..ac7a9a7b2b1f40c0e2421e6871df1a9754460c01 100644
--- a/chromeos/dbus/session_manager_client.cc
+++ b/chromeos/dbus/session_manager_client.cc
@@ -512,7 +512,7 @@ class SessionManagerClientStubImpl : public SessionManagerClient {
&user_policy_key_dir)) {
base::WorkerPool::PostTask(
FROM_HERE,
- base::Bind(base::IgnoreResult(&file_util::Delete),
+ base::Bind(base::IgnoreResult(&base::Delete),
user_policy_key_dir, true),
false);
}
« no previous file with comments | « chromeos/dbus/cros_disks_client.cc ('k') | cloud_print/service/win/installer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698