diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 06:30:33 +0000 |
commit | c5212894e576e713ffb90d43bc2e5de55478446e (patch) | |
tree | d94e398b1d6072967dd555fc4a09873a46e08355 /chrome/gpu | |
parent | 3bbddbde99414282ab8984f79e39daaaf243924a (diff) | |
download | chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.zip chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.gz chromium_src-c5212894e576e713ffb90d43bc2e5de55478446e.tar.bz2 |
FBTF: Remove unneeded headers from base/ (part 8)
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3232003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58794 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/gpu')
-rw-r--r-- | chrome/gpu/gpu_info_collector_win.cc | 1 | ||||
-rw-r--r-- | chrome/gpu/gpu_info_unittest_win.cc | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/chrome/gpu/gpu_info_collector_win.cc b/chrome/gpu/gpu_info_collector_win.cc index 1ce5792..d741fe4 100644 --- a/chrome/gpu/gpu_info_collector_win.cc +++ b/chrome/gpu/gpu_info_collector_win.cc @@ -10,7 +10,6 @@ #include "app/gfx/gl/gl_context_egl.h" #include "app/gfx/gl/gl_implementation.h" #include "base/file_path.h" -#include "base/logging.h" #include "base/scoped_native_library.h" #include "base/string_util.h" diff --git a/chrome/gpu/gpu_info_unittest_win.cc b/chrome/gpu/gpu_info_unittest_win.cc index 5cf7af9..16a00cc 100644 --- a/chrome/gpu/gpu_info_unittest_win.cc +++ b/chrome/gpu/gpu_info_unittest_win.cc @@ -1,8 +1,7 @@ -// Copyright (c) 2006-2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/logging.h" #include "base/scoped_ptr.h" #include "chrome/common/gpu_info.h" #include "chrome/gpu/gpu_idirect3d9_mock_win.h" |