summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
Diffstat (limited to 'gfx')
-rw-r--r--gfx/native_widget_types_gtk.cc3
-rw-r--r--gfx/platform_font_mac.mm2
-rw-r--r--gfx/rect.cc1
3 files changed, 2 insertions, 4 deletions
diff --git a/gfx/native_widget_types_gtk.cc b/gfx/native_widget_types_gtk.cc
index 0813686..097af2b 100644
--- a/gfx/native_widget_types_gtk.cc
+++ b/gfx/native_widget_types_gtk.cc
@@ -1,10 +1,9 @@
-// Copyright (c) 2009 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 "gfx/native_widget_types.h"
-#include "base/logging.h"
#include "gfx/gtk_native_view_id_manager.h"
namespace gfx {
diff --git a/gfx/platform_font_mac.mm b/gfx/platform_font_mac.mm
index 89616c5..1fb8316 100644
--- a/gfx/platform_font_mac.mm
+++ b/gfx/platform_font_mac.mm
@@ -6,7 +6,7 @@
#include <Cocoa/Cocoa.h>
-#include "base/logging.h"
+#include "base/basictypes.h"
#include "base/scoped_nsobject.h"
#include "base/sys_string_conversions.h"
#include "gfx/canvas_skia.h"
diff --git a/gfx/rect.cc b/gfx/rect.cc
index c081dea..1d9be1f 100644
--- a/gfx/rect.cc
+++ b/gfx/rect.cc
@@ -14,7 +14,6 @@
#include <ostream>
-#include "base/logging.h"
#include "gfx/insets.h"
namespace {