summaryrefslogtreecommitdiffstats
path: root/chrome/common/process_watcher.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:41:23 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 00:41:23 +0000
commit74d1bb0fa3b80cb16100142da9cf7b18a552cda3 (patch)
treef4c2faba710bd92871421d73a1ac9b9778d63877 /chrome/common/process_watcher.cc
parent1b44bb9683e902b84616e42d00f486dc0ca4ed9a (diff)
downloadchromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.zip
chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.gz
chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.bz2
Move chrome/apps/result_codes.h to chrome/common/result_codes.h
Review URL: http://codereview.chromium.org/28279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/process_watcher.cc')
-rw-r--r--chrome/common/process_watcher.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/process_watcher.cc b/chrome/common/process_watcher.cc
index b43e2db..1ee7edf 100644
--- a/chrome/common/process_watcher.cc
+++ b/chrome/common/process_watcher.cc
@@ -7,8 +7,8 @@
#include "base/message_loop.h"
#include "base/object_watcher.h"
#include "base/sys_info.h"
-#include "chrome/app/result_codes.h"
#include "chrome/common/env_vars.h"
+#include "chrome/common/result_codes.h"
// Maximum amount of time (in milliseconds) to wait for the process to exit.
static const int kWaitInterval = 2000;
@@ -91,4 +91,3 @@ void ProcessWatcher::EnsureProcessTerminated(base::ProcessHandle process) {
new TimerExpiredTask(process),
kWaitInterval);
}
-