summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 03:04:46 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-30 03:04:46 +0000
commit381bc458bfc58a239f3dfe69b008c6d3522869a2 (patch)
tree47d1ce68c60dbf2590e92c5fcf8ad4954a42aa12 /chrome_frame
parent7781bb91a12839e409b9904c06d8f9072d1a3ae8 (diff)
downloadchromium_src-381bc458bfc58a239f3dfe69b008c6d3522869a2.zip
chromium_src-381bc458bfc58a239f3dfe69b008c6d3522869a2.tar.gz
chromium_src-381bc458bfc58a239f3dfe69b008c6d3522869a2.tar.bz2
FBTF: Remove unneeded headers from base/ (part 10)
BUG=none TEST=none Review URL: http://codereview.chromium.org/5139006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67662 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/chrome_frame_automation.h1
-rw-r--r--chrome_frame/chrome_frame_histograms.h7
-rw-r--r--chrome_frame/chrome_tab.cc2
-rw-r--r--chrome_frame/test/html_util_unittests.cc1
-rw-r--r--chrome_frame/urlmon_url_request.h1
5 files changed, 3 insertions, 9 deletions
diff --git a/chrome_frame/chrome_frame_automation.h b/chrome_frame/chrome_frame_automation.h
index 5cf1304..5c02019 100644
--- a/chrome_frame/chrome_frame_automation.h
+++ b/chrome_frame/chrome_frame_automation.h
@@ -15,7 +15,6 @@
#include "base/ref_counted.h"
#include "base/scoped_handle.h"
#include "base/stack_container.h"
-#include "base/task.h"
#include "base/timer.h"
#include "base/thread.h"
#include "chrome/common/page_zoom.h"
diff --git a/chrome_frame/chrome_frame_histograms.h b/chrome_frame/chrome_frame_histograms.h
index b33efac..c850c1f 100644
--- a/chrome_frame/chrome_frame_histograms.h
+++ b/chrome_frame/chrome_frame_histograms.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_FRAME_HISTOGRAM_SNAPSHOTS_H_
-#define CHROME_FRAME_HISTOGRAM_SNAPSHOTS_H_
+#ifndef CHROME_FRAME_CHROME_FRAME_HISTOGRAMS_H_
+#define CHROME_FRAME_CHROME_FRAME_HISTOGRAMS_H_
#include <map>
#include <string>
@@ -14,7 +14,6 @@
#include "base/metrics/histogram.h"
#include "base/process.h"
#include "base/scoped_ptr.h"
-#include "base/task.h"
// This class gathers histogram data in the host browser process and
// serializes the data into a vector of strings to be uploaded to the
@@ -55,4 +54,4 @@ class ChromeFrameHistogramSnapshots {
DISALLOW_COPY_AND_ASSIGN(ChromeFrameHistogramSnapshots);
};
-#endif // CHROME_RENDERER_HISTOGRAM_SNAPSHOTS_H_
+#endif // CHROME_FRAME_CHROME_FRAME_HISTOGRAMS_H_
diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc
index d976e15..c4d9cc6 100644
--- a/chrome_frame/chrome_tab.cc
+++ b/chrome_frame/chrome_tab.cc
@@ -13,7 +13,6 @@
#include "base/command_line.h"
#include "base/file_util.h"
#include "base/file_version_info.h"
-#include "base/lock.h"
#include "base/logging.h"
#include "base/logging_win.h"
#include "base/path_service.h"
@@ -311,7 +310,6 @@ HRESULT SetupRunOnce() {
// Use this only for the dev channel and CEEE channels.
if (channel_name.find(L"dev") != std::wstring::npos ||
channel_name.find(L"ceee") != std::wstring::npos) {
-
HKEY hive = HKEY_CURRENT_USER;
if (IsSystemProcess()) {
// For system installs, our updates will be running as SYSTEM which
diff --git a/chrome_frame/test/html_util_unittests.cc b/chrome_frame/test/html_util_unittests.cc
index 02b54a4..d6667ec 100644
--- a/chrome_frame/test/html_util_unittests.cc
+++ b/chrome_frame/test/html_util_unittests.cc
@@ -15,7 +15,6 @@
#include "base/process_util.h"
#include "base/ref_counted.h"
#include "base/scoped_handle.h"
-#include "base/task.h"
#include "base/utf_string_conversions.h"
#include "net/base/net_util.h"
diff --git a/chrome_frame/urlmon_url_request.h b/chrome_frame/urlmon_url_request.h
index 18099fd..b62fbc2 100644
--- a/chrome_frame/urlmon_url_request.h
+++ b/chrome_frame/urlmon_url_request.h
@@ -11,7 +11,6 @@
#include <map>
#include <string>
-#include "base/lock.h"
#include "base/thread.h"
#include "chrome_frame/plugin_url_request.h"
#include "chrome_frame/urlmon_moniker.h"