diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 01:57:58 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-10 01:57:58 +0000 |
commit | 7dba43dccbd848146f08d5d7077175bd685abddf (patch) | |
tree | f18ec427303b7b1dfcedf46a67afbf01dfc92a9f /content/browser/javascript_dialogs.h | |
parent | 5ccd4951d9e4c598395ec9135ff5569d42d5c41a (diff) | |
download | chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.zip chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.tar.gz chromium_src-7dba43dccbd848146f08d5d7077175bd685abddf.tar.bz2 |
Cleanup: Remove unneeded forward declarations in content/browser.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8499042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/javascript_dialogs.h')
-rw-r--r-- | content/browser/javascript_dialogs.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/content/browser/javascript_dialogs.h b/content/browser/javascript_dialogs.h index 997c599..fba77f1 100644 --- a/content/browser/javascript_dialogs.h +++ b/content/browser/javascript_dialogs.h @@ -2,17 +2,14 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CONTENT_BROWSER_JAVASCRIPT_DIALOG_DELEGATE_H_ -#define CONTENT_BROWSER_JAVASCRIPT_DIALOG_DELEGATE_H_ +#ifndef CONTENT_BROWSER_JAVASCRIPT_DIALOGS_H_ +#define CONTENT_BROWSER_JAVASCRIPT_DIALOGS_H_ #pragma once #include "base/string16.h" #include "content/common/content_export.h" #include "ui/gfx/native_widget_types.h" -class GURL; -class TabContents; - namespace IPC { class Message; } @@ -80,4 +77,4 @@ class JavaScriptDialogCreator { } // namespace content -#endif // CONTENT_BROWSER_JAVASCRIPT_DIALOG_DELEGATE_H_ +#endif // CONTENT_BROWSER_JAVASCRIPT_DIALOGS_H_ |