Index: chrome/test/ui/ui_test.cc |
=================================================================== |
--- chrome/test/ui/ui_test.cc (revision 28691) |
+++ chrome/test/ui/ui_test.cc (working copy) |
@@ -420,7 +420,7 @@ |
// Don't forget to close the handle |
base::CloseProcessHandle(process_); |
- process_ = NULL; |
+ process_ = base::kNullProcessHandle; |
} |
void UITest::AssertAppNotRunning(const std::wstring& error_message) { |