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

Side by Side Diff: chrome/browser/chromeos/login/webui_login_view.h

Issue 8538002: Cleanup: Remove unneeded forward declarations from chrome/browser/chromeos. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix a small nit Created 9 years, 1 month 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
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_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <map>
10 #include <string>
11
9 #include "chrome/browser/chromeos/login/login_html_dialog.h" 12 #include "chrome/browser/chromeos/login/login_html_dialog.h"
10 #include "chrome/browser/chromeos/status/status_area_button.h" 13 #include "chrome/browser/chromeos/status/status_area_button.h"
11 #include "chrome/browser/tab_first_render_watcher.h" 14 #include "chrome/browser/tab_first_render_watcher.h"
12 #include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h" 15 #include "chrome/browser/ui/views/unhandled_keyboard_event_handler.h"
13 #include "content/browser/tab_contents/tab_contents_delegate.h" 16 #include "content/browser/tab_contents/tab_contents_delegate.h"
14 #include "views/widget/widget_delegate.h" 17 #include "views/widget/widget_delegate.h"
15 18
16 class DOMView; 19 class DOMView;
17 class GURL; 20 class GURL;
18 class Profile;
19 class WebUI; 21 class WebUI;
20 22
21 namespace views { 23 namespace views {
22 class View; 24 class View;
23 class Widget; 25 class Widget;
24 } 26 }
25 27
26 namespace chromeos { 28 namespace chromeos {
27 29
28 class StatusAreaViewChromeos; 30 class StatusAreaViewChromeos;
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 144
143 // Caches StatusArea visibility setting before it has been initialized. 145 // Caches StatusArea visibility setting before it has been initialized.
144 bool status_area_visibility_on_init_; 146 bool status_area_visibility_on_init_;
145 147
146 DISALLOW_COPY_AND_ASSIGN(WebUILoginView); 148 DISALLOW_COPY_AND_ASSIGN(WebUILoginView);
147 }; 149 };
148 150
149 } // namespace chromeos 151 } // namespace chromeos
150 152
151 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_ 153 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WEBUI_LOGIN_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/webui_login_display.h ('k') | chrome/browser/chromeos/login/webui_screen_locker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698