summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_web_ui.h
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 01:13:06 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-14 01:13:06 +0000
commit44e329ad8514b523b170c33120c15d3a9952e6cf (patch)
tree926ad375fd0a1121f53bdc2063458d121bb9ab00 /chrome/browser/extensions/extension_web_ui.h
parentd112b62b61342ea5c42c48dc0fcde642ddb9662d (diff)
downloadchromium_src-44e329ad8514b523b170c33120c15d3a9952e6cf.zip
chromium_src-44e329ad8514b523b170c33120c15d3a9952e6cf.tar.gz
chromium_src-44e329ad8514b523b170c33120c15d3a9952e6cf.tar.bz2
Factoring-out reference to TabIterator in ExtensionWebUI.
As part of the effort to remove direct dependencies to the Browser class on Android, factoring out a reference to TabIterator in the ExtensionWebUI class. BUG=None TEST=unit-tests should still pass. Review URL: https://chromiumcodereview.appspot.com/10696215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146701 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_web_ui.h')
-rw-r--r--chrome/browser/extensions/extension_web_ui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_web_ui.h b/chrome/browser/extensions/extension_web_ui.h
index 046d886..f44d14b 100644
--- a/chrome/browser/extensions/extension_web_ui.h
+++ b/chrome/browser/extensions/extension_web_ui.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 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.
@@ -13,6 +13,10 @@
#include "chrome/common/extensions/extension.h"
#include "content/public/browser/web_ui_controller.h"
+namespace content {
+class WebContents;
+}
+
class PrefService;
class Profile;