Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Side by Side Diff: chrome/browser/webui/bug_report_ui.h

Issue 6538053: WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 5. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/webui/bookmarks_ui.cc ('k') | chrome/browser/webui/chrome_url_data_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_ 5 #ifndef CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
6 #define CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_ 6 #define CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
7 7
8 #include "chrome/browser/dom_ui/html_dialog_ui.h"
9 #include "chrome/browser/ui/views/window.h" 8 #include "chrome/browser/ui/views/window.h"
9 #include "chrome/browser/webui/html_dialog_ui.h"
10 10
11 namespace gfx { 11 namespace gfx {
12 class Rect; 12 class Rect;
13 } // namespace gfx 13 } // namespace gfx
14 14
15 class Browser; 15 class Browser;
16 class NSWindow; 16 class NSWindow;
17 class TabContents; 17 class TabContents;
18 18
19 namespace browser { 19 namespace browser {
20 void ShowHtmlBugReportView(Browser* browser); 20 void ShowHtmlBugReportView(Browser* browser);
21 } // namespace browser 21 } // namespace browser
22 22
23 class BugReportUI : public HtmlDialogUI { 23 class BugReportUI : public HtmlDialogUI {
24 public: 24 public:
25 explicit BugReportUI(TabContents* contents); 25 explicit BugReportUI(TabContents* contents);
26 private: 26 private:
27 27
28 DISALLOW_COPY_AND_ASSIGN(BugReportUI); 28 DISALLOW_COPY_AND_ASSIGN(BugReportUI);
29 }; 29 };
30 30
31 #endif // CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_ 31 #endif // CHROME_BROWSER_WEBUI_BUG_REPORT_UI_H_
OLDNEW
« no previous file with comments | « chrome/browser/webui/bookmarks_ui.cc ('k') | chrome/browser/webui/chrome_url_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698