summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 17:19:50 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-18 17:19:50 +0000
commit3603722dc0afac40a60d91d7340da9f3da4e90d2 (patch)
treec3025bfa1c1dea98d4588a18fce3801fe0b364f0 /chrome/browser
parentd54f6a00bbad514c09793c219ec2e5f3819c1f08 (diff)
downloadchromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.zip
chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.gz
chromium_src-3603722dc0afac40a60d91d7340da9f3da4e90d2.tar.bz2
Remove unneeded uses of base/ref_counted.h.
Review URL: http://codereview.chromium.org/48105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/autocomplete/autocomplete_unittest.cc1
-rw-r--r--chrome/browser/autocomplete/history_url_provider.h1
-rw-r--r--chrome/browser/bookmarks/bookmark_service.h2
-rw-r--r--chrome/browser/extensions/extension_error_reporter.h1
-rw-r--r--chrome/browser/gears_integration.cc1
-rw-r--r--chrome/browser/history/history_types.h1
-rw-r--r--chrome/browser/net/dns_master.cc1
-rw-r--r--chrome/browser/tab_contents/navigation_controller.h1
-rw-r--r--chrome/browser/views/first_run_view_base.cc1
9 files changed, 0 insertions, 10 deletions
diff --git a/chrome/browser/autocomplete/autocomplete_unittest.cc b/chrome/browser/autocomplete/autocomplete_unittest.cc
index e99fabd..1316eeb 100644
--- a/chrome/browser/autocomplete/autocomplete_unittest.cc
+++ b/chrome/browser/autocomplete/autocomplete_unittest.cc
@@ -3,7 +3,6 @@
// found in the LICENSE file.
#include "base/message_loop.h"
-#include "base/ref_counted.h"
#include "base/string_util.h"
#include "chrome/browser/autocomplete/autocomplete.h"
#include "chrome/common/notification_registrar.h"
diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
index 0c1260a..1b262f3 100644
--- a/chrome/browser/autocomplete/history_url_provider.h
+++ b/chrome/browser/autocomplete/history_url_provider.h
@@ -9,7 +9,6 @@
#include <vector>
#include <deque>
-#include "base/ref_counted.h"
#include "chrome/browser/autocomplete/autocomplete.h"
#include "chrome/browser/history/history_database.h"
#include "chrome/browser/profile.h"
diff --git a/chrome/browser/bookmarks/bookmark_service.h b/chrome/browser/bookmarks/bookmark_service.h
index 30387a3..2de91cf 100644
--- a/chrome/browser/bookmarks/bookmark_service.h
+++ b/chrome/browser/bookmarks/bookmark_service.h
@@ -32,8 +32,6 @@
#include <vector>
-#include "base/ref_counted.h"
-
class GURL;
// BookmarkService provides a thread safe view of bookmarks. It is used by
diff --git a/chrome/browser/extensions/extension_error_reporter.h b/chrome/browser/extensions/extension_error_reporter.h
index 151edd5..b85927f 100644
--- a/chrome/browser/extensions/extension_error_reporter.h
+++ b/chrome/browser/extensions/extension_error_reporter.h
@@ -9,7 +9,6 @@
#include <vector>
#include "base/message_loop.h"
-#include "base/ref_counted.h"
// Exposes an easy way for the various components of the extension system to
// report errors. This is a singleton that lives on the UI thread, with the
diff --git a/chrome/browser/gears_integration.cc b/chrome/browser/gears_integration.cc
index 863969a..92f031f 100644
--- a/chrome/browser/gears_integration.cc
+++ b/chrome/browser/gears_integration.cc
@@ -7,7 +7,6 @@
#include "base/gfx/png_encoder.h"
#include "base/logging.h"
#include "base/message_loop.h"
-#include "base/ref_counted.h"
#include "base/string_util.h"
#include "chrome/browser/chrome_plugin_host.h"
#include "chrome/common/chrome_plugin_util.h"
diff --git a/chrome/browser/history/history_types.h b/chrome/browser/history/history_types.h
index ecd39f6..62d737d 100644
--- a/chrome/browser/history/history_types.h
+++ b/chrome/browser/history/history_types.h
@@ -12,7 +12,6 @@
#include "base/basictypes.h"
#include "base/gfx/rect.h"
-#include "base/ref_counted.h"
#include "base/stack_container.h"
#include "base/time.h"
#include "chrome/browser/history/snippet.h"
diff --git a/chrome/browser/net/dns_master.cc b/chrome/browser/net/dns_master.cc
index dd8aae0..de11d50 100644
--- a/chrome/browser/net/dns_master.cc
+++ b/chrome/browser/net/dns_master.cc
@@ -11,7 +11,6 @@
#include "base/compiler_specific.h"
#include "base/histogram.h"
#include "base/lock.h"
-#include "base/ref_counted.h"
#include "base/stats_counters.h"
#include "base/string_util.h"
#include "base/time.h"
diff --git a/chrome/browser/tab_contents/navigation_controller.h b/chrome/browser/tab_contents/navigation_controller.h
index 3de03e5..41502d6 100644
--- a/chrome/browser/tab_contents/navigation_controller.h
+++ b/chrome/browser/tab_contents/navigation_controller.h
@@ -10,7 +10,6 @@
#include "build/build_config.h"
#include "base/linked_ptr.h"
-#include "base/ref_counted.h"
#include "base/string16.h"
#include "googleurl/src/gurl.h"
#include "chrome/browser/sessions/session_id.h"
diff --git a/chrome/browser/views/first_run_view_base.cc b/chrome/browser/views/first_run_view_base.cc
index 124c05e..90b04d3 100644
--- a/chrome/browser/views/first_run_view_base.cc
+++ b/chrome/browser/views/first_run_view_base.cc
@@ -6,7 +6,6 @@
#include "base/command_line.h"
#include "base/path_service.h"
-#include "base/ref_counted.h"
#include "base/thread.h"
#include "chrome/browser/browser_list.h"
#include "chrome/browser/browser_process.h"