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

Unified Diff: chrome_frame/crash_reporting/minidump_test.cc

Issue 12211108: Rename FilePath -> base::FilePath in various toplevel directories (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
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/delete_chrome_history.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/crash_reporting/minidump_test.cc
diff --git a/chrome_frame/crash_reporting/minidump_test.cc b/chrome_frame/crash_reporting/minidump_test.cc
index 5f71c97a0ae6a4f944144537791309b1a215828c..00edf1123613486771d064cb1c0ba59e3f9c8a12 100644
--- a/chrome_frame/crash_reporting/minidump_test.cc
+++ b/chrome_frame/crash_reporting/minidump_test.cc
@@ -282,7 +282,7 @@ class MinidumpTest: public testing::Test {
base::win::ScopedHandle dump_file_mapping_;
void* dump_file_view_;
- FilePath dump_file_;
+ base::FilePath dump_file_;
};
TEST_F(MinidumpTest, Version) {
@@ -299,7 +299,7 @@ TEST_F(MinidumpTest, Version) {
dbg_help_file,
arraysize(dbg_help_file)));
scoped_ptr<FileVersionInfo> file_info(
- FileVersionInfo::CreateFileVersionInfo(FilePath(dbg_help_file)));
+ FileVersionInfo::CreateFileVersionInfo(base::FilePath(dbg_help_file)));
ASSERT_TRUE(file_info != NULL);
VLOG(1) << "DbgHelp.dll version: " << file_info->file_version();
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/delete_chrome_history.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698