diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-12 23:20:46 +0000 |
commit | bd1d148d3f4888f715c2c9995d78b9294c35084b (patch) | |
tree | 1b52a161163b020244e2b1e398847d2275070635 /chrome/common/gfx | |
parent | 9d806f57abc6b55a5decad8b230b1f8c31c692ba (diff) | |
download | chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.zip chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.gz chromium_src-bd1d148d3f4888f715c2c9995d78b9294c35084b.tar.bz2 |
Remove logging.h from cc files that don't use it.
Review URL: http://codereview.chromium.org/42155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gfx')
-rw-r--r-- | chrome/common/gfx/chrome_canvas_skia.cc | 1 | ||||
-rw-r--r-- | chrome/common/gfx/chrome_canvas_win.cc | 1 | ||||
-rw-r--r-- | chrome/common/gfx/emf_unittest.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/gfx/chrome_canvas_skia.cc b/chrome/common/gfx/chrome_canvas_skia.cc index f68b347..b3b64d7 100644 --- a/chrome/common/gfx/chrome_canvas_skia.cc +++ b/chrome/common/gfx/chrome_canvas_skia.cc @@ -7,7 +7,6 @@ #include <limits> #include "base/gfx/rect.h" -#include "base/logging.h" #include "base/sys_string_conversions.h" #include "skia/include/SkShader.h" #include "skia/include/SkPaint.h" diff --git a/chrome/common/gfx/chrome_canvas_win.cc b/chrome/common/gfx/chrome_canvas_win.cc index 376db65..f6db09b 100644 --- a/chrome/common/gfx/chrome_canvas_win.cc +++ b/chrome/common/gfx/chrome_canvas_win.cc @@ -7,7 +7,6 @@ #include <limits> #include "base/gfx/rect.h" -#include "base/logging.h" #include "skia/include/SkShader.h" #include "chrome/common/gfx/chrome_font.h" #include "chrome/common/l10n_util.h" diff --git a/chrome/common/gfx/emf_unittest.cc b/chrome/common/gfx/emf_unittest.cc index f44477a..4a78e9a 100644 --- a/chrome/common/gfx/emf_unittest.cc +++ b/chrome/common/gfx/emf_unittest.cc @@ -9,7 +9,6 @@ #include "base/basictypes.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" #include "chrome/browser/printing/win_printing_context.h" #include "chrome/common/chrome_paths.h" |