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

Unified Diff: chrome/test/reliability/page_load_test.cc

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 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/test/reliability/page_load_test.cc
===================================================================
--- chrome/test/reliability/page_load_test.cc (revision 184354)
+++ chrome/test/reliability/page_load_test.cc (working copy)
@@ -307,7 +307,7 @@
scoped_ptr<FileVersionInfo> file_info;
file_info.reset(
FileVersionInfo::CreateFileVersionInfo(base::FilePath(kChromeDll)));
- last_change = base::WideToASCII(file_info->last_change());
+ last_change = WideToASCII(file_info->last_change());
#elif defined(OS_POSIX)
// TODO(fmeawad): On Mac, the version retrieved here belongs to the test
// module and not the chrome binary, need to be changed to chrome binary
« no previous file with comments | « chrome/test/reliability/automated_ui_tests.cc ('k') | chrome/test/webdriver/commands/file_upload_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698