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 /chrome/browser/tab_contents | |
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 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.cc | 1 | ||||
-rw-r--r-- | chrome/browser/tab_contents/render_view_context_menu.cc | 2 | ||||
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_view_gtk.cc | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc index 5b0e157..fcc1e7a 100644 --- a/chrome/browser/tab_contents/navigation_controller.cc +++ b/chrome/browser/tab_contents/navigation_controller.cc @@ -4,7 +4,6 @@ #include "chrome/browser/tab_contents/navigation_controller.h" -#include "app/resource_bundle.h" #include "base/file_util.h" #include "base/logging.h" #include "base/string_util.h" diff --git a/chrome/browser/tab_contents/render_view_context_menu.cc b/chrome/browser/tab_contents/render_view_context_menu.cc index 4f8d317..64e69e6 100644 --- a/chrome/browser/tab_contents/render_view_context_menu.cc +++ b/chrome/browser/tab_contents/render_view_context_menu.cc @@ -7,8 +7,6 @@ #include "chrome/browser/tab_contents/render_view_context_menu.h" -#include "app/clipboard/clipboard.h" -#include "app/clipboard/scoped_clipboard_writer.h" #include "app/l10n_util.h" #include "base/command_line.h" #include "base/histogram.h" diff --git a/chrome/browser/tab_contents/tab_contents_view_gtk.cc b/chrome/browser/tab_contents/tab_contents_view_gtk.cc index 68243cd..9787050 100644 --- a/chrome/browser/tab_contents/tab_contents_view_gtk.cc +++ b/chrome/browser/tab_contents/tab_contents_view_gtk.cc @@ -8,7 +8,6 @@ #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> -#include "app/gtk_dnd_util.h" #include "base/pickle.h" #include "base/string_util.h" #include "build/build_config.h" |