diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 06:46:39 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-29 06:46:39 +0000 |
commit | 33b9df45937ce5fc436ac702352606cd12ef0951 (patch) | |
tree | 92a209b1934e93a663b367f45bdf6597068720eb /webkit | |
parent | 13c8a0903376ff406151679d8673a6452d721290 (diff) | |
download | chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.zip chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.gz chromium_src-33b9df45937ce5fc436ac702352606cd12ef0951.tar.bz2 |
Cleanup: Remove unneeded headers from app/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2819063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/database/databases_table.cc | 1 | ||||
-rw-r--r-- | webkit/database/quota_table.cc | 1 | ||||
-rw-r--r-- | webkit/tools/test_shell/mock_webclipboard_impl.cc | 8 |
3 files changed, 3 insertions, 7 deletions
diff --git a/webkit/database/databases_table.cc b/webkit/database/databases_table.cc index a987522..0afede3 100644 --- a/webkit/database/databases_table.cc +++ b/webkit/database/databases_table.cc @@ -4,7 +4,6 @@ #include "webkit/database/databases_table.h" -#include "app/sql/connection.h" #include "app/sql/statement.h" #include "base/logging.h" #include "base/utf_string_conversions.h" diff --git a/webkit/database/quota_table.cc b/webkit/database/quota_table.cc index 194f475..fd5813f 100644 --- a/webkit/database/quota_table.cc +++ b/webkit/database/quota_table.cc @@ -4,7 +4,6 @@ #include "webkit/database/quota_table.h" -#include "app/sql/connection.h" #include "app/sql/statement.h" #include "base/logging.h" #include "base/utf_string_conversions.h" diff --git a/webkit/tools/test_shell/mock_webclipboard_impl.cc b/webkit/tools/test_shell/mock_webclipboard_impl.cc index 0693b07..f48e931 100644 --- a/webkit/tools/test_shell/mock_webclipboard_impl.cc +++ b/webkit/tools/test_shell/mock_webclipboard_impl.cc @@ -1,10 +1,9 @@ -// Copyright (c) 2009 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. +// 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 "webkit/tools/test_shell/mock_webclipboard_impl.h" -#include "app/clipboard/clipboard.h" #include "base/logging.h" #include "base/string_util.h" #include "net/base/escape.h" @@ -86,4 +85,3 @@ void MockWebClipboardImpl::writeImage(const WebKit::WebImage& image, m_writeSmartPaste = false; } } - |