diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 19:38:21 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-17 19:38:21 +0000 |
commit | d0e629845f2ce6886377c093b62cd42f7e7da23d (patch) | |
tree | 7f7423722a03ecd8296d60bd8ed218ed2d4397e3 /base/process.h | |
parent | dfcb62a173898e182e2f10ca635deb753977b9f8 (diff) | |
download | chromium_src-d0e629845f2ce6886377c093b62cd42f7e7da23d.zip chromium_src-d0e629845f2ce6886377c093b62cd42f7e7da23d.tar.gz chromium_src-d0e629845f2ce6886377c093b62cd42f7e7da23d.tar.bz2 |
Revert r18641: "Linux: Enable metrics_service_uitest.cc."
Broke ui_tests.
Review URL: http://codereview.chromium.org/125268
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18646 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/process.h')
-rw-r--r-- | base/process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/process.h b/base/process.h index 459ad58..312f84c 100644 --- a/base/process.h +++ b/base/process.h @@ -6,7 +6,6 @@ #define BASE_PROCESS_H_ #include "base/basictypes.h" -#include "build/build_config.h" #include <sys/types.h> #ifdef OS_WIN |