From bd1d148d3f4888f715c2c9995d78b9294c35084b Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 12 Mar 2009 23:20:46 +0000 Subject: 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 --- webkit/tools/test_shell/plugin_tests.cc | 1 - webkit/tools/test_shell/webview_host_gtk.cc | 1 - 2 files changed, 2 deletions(-) (limited to 'webkit/tools') diff --git a/webkit/tools/test_shell/plugin_tests.cc b/webkit/tools/test_shell/plugin_tests.cc index 9f17521..f25c83c 100644 --- a/webkit/tools/test_shell/plugin_tests.cc +++ b/webkit/tools/test_shell/plugin_tests.cc @@ -5,7 +5,6 @@ #include #include "base/file_util.h" -#include "base/logging.h" #include "base/message_loop.h" #include "base/scoped_ptr.h" #include "base/string_util.h" diff --git a/webkit/tools/test_shell/webview_host_gtk.cc b/webkit/tools/test_shell/webview_host_gtk.cc index d15c152..a116c4a 100644 --- a/webkit/tools/test_shell/webview_host_gtk.cc +++ b/webkit/tools/test_shell/webview_host_gtk.cc @@ -8,7 +8,6 @@ #include "base/gfx/rect.h" #include "base/gfx/size.h" -#include "base/logging.h" #include "skia/ext/platform_canvas.h" #include "webkit/glue/webinputevent.h" #include "webkit/glue/webview.h" -- cgit v1.1