Chromium Code Reviews| Index: chrome/test/ui/ui_test.cc |
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc |
| index b5e66c6a7e82b39ae5ea8d54ff8bfcf66d845ee9..51eb703f14432e1eea4aa7fd63d25ccf0fdf951a 100644 |
| --- a/chrome/test/ui/ui_test.cc |
| +++ b/chrome/test/ui/ui_test.cc |
| @@ -523,7 +523,7 @@ void UITest::QuitBrowser() { |
| // Don't forget to close the handle |
| base::CloseProcessHandle(process_); |
| - process_ = 0; |
| + process_ = NULL; |
| } |
| void UITest::AssertAppNotRunning(const std::wstring& error_message) { |