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

Unified Diff: content/browser/handle_enumerator_win.cc

Issue 7377010: This change will split the result codes between content and chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actually rename the files Created 9 years, 5 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: content/browser/handle_enumerator_win.cc
diff --git a/content/browser/handle_enumerator_win.cc b/content/browser/handle_enumerator_win.cc
index f16e491c3232eba6ca130969d5ce1f3467bdafb2..0d5ba51a0ef0f0ff93bac76c36f8097ef649e34d 100644
--- a/content/browser/handle_enumerator_win.cc
+++ b/content/browser/handle_enumerator_win.cc
@@ -156,7 +156,7 @@ void HandleEnumerator::FindProcessOnUIThread() {
void HandleEnumerator::EnumerateHandlesAndTerminateProcess() {
HandleEnumerator::EnumerateHandles();
base::Process process(handle_);
- process.Terminate(ResultCodes::NORMAL_EXIT);
+ process.Terminate(content::RESULT_CODE_NORMAL_EXIT);
process.Close();
}

Powered by Google App Engine
This is Rietveld 408576698