Index: sandbox/win/src/target_process.h |
diff --git a/sandbox/win/src/target_process.h b/sandbox/win/src/target_process.h |
index 0b72d98f231e308ed462816a623e6613136db63d..9a8dded55a284a38180c71c886a688f9188d9418 100644 |
--- a/sandbox/win/src/target_process.h |
+++ b/sandbox/win/src/target_process.h |
@@ -113,7 +113,7 @@ class TargetProcess { |
// Base address of the main executable |
void* base_address_; |
// Full name of the target executable. |
- scoped_ptr_malloc<wchar_t> exe_name_; |
+ scoped_ptr<wchar_t, base::FreeDeleter> exe_name_; |
// Function used for testing. |
friend TargetProcess* MakeTestTargetProcess(HANDLE process, |