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

Unified Diff: remoting/host/policy_hack/policy_watcher_linux.cc

Issue 101143006: Convert base::file_util to use File instead of PlatformFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove base:: 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 | « remoting/host/pairing_registry_delegate_linux.cc ('k') | third_party/leveldatabase/env_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/policy_hack/policy_watcher_linux.cc
diff --git a/remoting/host/policy_hack/policy_watcher_linux.cc b/remoting/host/policy_hack/policy_watcher_linux.cc
index 37ed8a07e299681f746507112caf7e8683c5e08c..62a3d179480da1b8d2ea622c3e1a7ea683d2fc45 100644
--- a/remoting/host/policy_hack/policy_watcher_linux.cc
+++ b/remoting/host/policy_hack/policy_watcher_linux.cc
@@ -100,7 +100,7 @@ class PolicyWatcherLinux : public PolicyWatcher {
base::Time GetLastModification() {
DCHECK(OnPolicyWatcherThread());
base::Time last_modification = base::Time();
- base::PlatformFileInfo file_info;
+ base::File::Info file_info;
// If the path does not exist or points to a directory, it's safe to load.
if (!base::GetFileInfo(config_dir_, &file_info) ||
« no previous file with comments | « remoting/host/pairing_registry_delegate_linux.cc ('k') | third_party/leveldatabase/env_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698