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

Unified Diff: chrome/installer/test/alternate_version_generator.cc

Issue 318753007: Remove stale references to PlatformFile flags, errors or functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/installer/test/alternate_version_generator.cc
diff --git a/chrome/installer/test/alternate_version_generator.cc b/chrome/installer/test/alternate_version_generator.cc
index 146f1b05d0885700cf5ca0b70b49bee3ace5c624..b5035bb4ed3bc4bfabd3ffc073a98f9aef2c7a30 100644
--- a/chrome/installer/test/alternate_version_generator.cc
+++ b/chrome/installer/test/alternate_version_generator.cc
@@ -203,7 +203,7 @@ bool MappedFile::Initialize(base::File file) {
<< " are not supported.";
}
} else {
- PLOG(DFATAL) << "GetPlatformFileInfo failed";
+ PLOG(DFATAL) << "file.GetInfo failed";
}
file_ = file.Pass();
return result;
« no previous file with comments | « chrome/browser/media_galleries/win/mtp_device_operations_util.h ('k') | content/browser/child_process_security_policy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698