diff options
author | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 14:54:44 +0000 |
---|---|---|
committer | craig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-28 14:54:44 +0000 |
commit | 73fb4bc20fdedd6316c0e437b138d46c4553a83b (patch) | |
tree | 00b13197ec0620ffa759ed6433dfabd052f2c10e | |
parent | 37f2459339b7716f57715bcb9471f76d2196dacb (diff) | |
download | chromium_src-73fb4bc20fdedd6316c0e437b138d46c4553a83b.zip chromium_src-73fb4bc20fdedd6316c0e437b138d46c4553a83b.tar.gz chromium_src-73fb4bc20fdedd6316c0e437b138d46c4553a83b.tar.bz2 |
Remove some unnecessary includes.
BUG=NONE
TEST=compiles
Review URL: http://codereview.chromium.org/557001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37403 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | base/message_pump_glib.cc | 1 | ||||
-rw-r--r-- | chrome/browser/browser_main.cc | 1 | ||||
-rw-r--r-- | chrome/browser/gtk/sad_tab_gtk.cc | 1 | ||||
-rw-r--r-- | chrome/browser/in_process_webkit/webkit_thread.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/base/message_pump_glib.cc b/base/message_pump_glib.cc index 29bc64e..3998390 100644 --- a/base/message_pump_glib.cc +++ b/base/message_pump_glib.cc @@ -11,7 +11,6 @@ #include <glib.h> #include "base/eintr_wrapper.h" -#include "base/lazy_instance.h" #include "base/logging.h" #include "base/platform_thread.h" diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index 7448200..5a1f984 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -14,7 +14,6 @@ #include "base/field_trial.h" #include "base/file_util.h" #include "base/histogram.h" -#include "base/lazy_instance.h" #include "base/scoped_nsautorelease_pool.h" #include "base/path_service.h" #include "base/platform_thread.h" diff --git a/chrome/browser/gtk/sad_tab_gtk.cc b/chrome/browser/gtk/sad_tab_gtk.cc index 42951f7..88f409b 100644 --- a/chrome/browser/gtk/sad_tab_gtk.cc +++ b/chrome/browser/gtk/sad_tab_gtk.cc @@ -9,7 +9,6 @@ #include "app/gfx/gtk_util.h" #include "app/l10n_util.h" #include "app/resource_bundle.h" -#include "base/lazy_instance.h" #include "chrome/browser/gtk/gtk_chrome_link_button.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "grit/generated_resources.h" diff --git a/chrome/browser/in_process_webkit/webkit_thread.h b/chrome/browser/in_process_webkit/webkit_thread.h index 9838730..8ef9051 100644 --- a/chrome/browser/in_process_webkit/webkit_thread.h +++ b/chrome/browser/in_process_webkit/webkit_thread.h @@ -5,7 +5,6 @@ #ifndef CHROME_BROWSER_IN_PROCESS_WEBKIT_WEBKIT_THREAD_H_ #define CHROME_BROWSER_IN_PROCESS_WEBKIT_WEBKIT_THREAD_H_ -#include "base/lazy_instance.h" #include "base/lock.h" #include "base/logging.h" #include "base/ref_counted.h" |