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 /webkit | |
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 'webkit')
-rw-r--r-- | webkit/default_plugin/default_plugin.cc | 1 | ||||
-rw-r--r-- | webkit/glue/plugins/plugin_list_linux.cc | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/plugin_tests.cc | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/webview_host_gtk.cc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/webkit/default_plugin/default_plugin.cc b/webkit/default_plugin/default_plugin.cc index 0415c8a..caa1081 100644 --- a/webkit/default_plugin/default_plugin.cc +++ b/webkit/default_plugin/default_plugin.cc @@ -2,7 +2,6 @@ // 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 "webkit/default_plugin/plugin_main.h" extern "C" { diff --git a/webkit/glue/plugins/plugin_list_linux.cc b/webkit/glue/plugins/plugin_list_linux.cc index 6bfe19b..89d94fa 100644 --- a/webkit/glue/plugins/plugin_list_linux.cc +++ b/webkit/glue/plugins/plugin_list_linux.cc @@ -7,7 +7,6 @@ #include "webkit/glue/plugins/plugin_list.h" #include "base/file_util.h" -#include "base/logging.h" #include "base/path_service.h" namespace NPAPI { 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 <string> #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" |