diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 22:51:10 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 22:51:10 +0000 |
commit | a83d4229743f26512b24b9b3f0eb0ea871bb41d7 (patch) | |
tree | 6bf3b71ca04bc49cc875efd285309d714164b1d6 /chrome/common/child_process_logging.h | |
parent | e518c64aac17b27aa2bf0d0ed6cdac4210b3e946 (diff) | |
download | chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.zip chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.gz chromium_src-a83d4229743f26512b24b9b3f0eb0ea871bb41d7.tar.bz2 |
FBTF: Header cleanup in chrome/common. Part 1.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3106016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56444 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/child_process_logging.h')
-rw-r--r-- | chrome/common/child_process_logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/child_process_logging.h b/chrome/common/child_process_logging.h index ec5d2c5..6de7bfe 100644 --- a/chrome/common/child_process_logging.h +++ b/chrome/common/child_process_logging.h @@ -10,9 +10,10 @@ #include <string> #include "base/basictypes.h" -#include "chrome/common/gpu_info.h" #include "googleurl/src/gurl.h" +class GPUInfo; + #if defined(OS_WIN) // The maximum number of active extensions we will report. // Also used in chrome/app, but we define it here to avoid a common->app |