diff options
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" |