diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 21:20:17 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-20 21:20:17 +0000 |
commit | bd386b254822a6b9680004117b95b5fd86e0c646 (patch) | |
tree | 1f5d39392c5a6a7236b3cbd778c270b1eedfe7c6 /chrome/test/ui/omnibox_uitest.cc | |
parent | b7ebdb067620e860699be5d7ab0c7e4137f6f3c3 (diff) | |
download | chromium_src-bd386b254822a6b9680004117b95b5fd86e0c646.zip chromium_src-bd386b254822a6b9680004117b95b5fd86e0c646.tar.gz chromium_src-bd386b254822a6b9680004117b95b5fd86e0c646.tar.bz2 |
Remove include of IPC headers from headers they crept into. This slows down the build.
Review URL: http://codereview.chromium.org/174148
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui/omnibox_uitest.cc')
-rw-r--r-- | chrome/test/ui/omnibox_uitest.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/ui/omnibox_uitest.cc b/chrome/test/ui/omnibox_uitest.cc index c5b27c3..d583575 100644 --- a/chrome/test/ui/omnibox_uitest.cc +++ b/chrome/test/ui/omnibox_uitest.cc @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include <math.h> #include <stdio.h> #include "base/command_line.h" |