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

Side by Side Diff: chrome/browser/chromeos/login/registration_screen.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_REGISTRATION_SCREEN_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_REGISTRATION_SCREEN_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_REGISTRATION_SCREEN_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_REGISTRATION_SCREEN_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string> 9 #include <string>
10 10
11 #include "base/compiler_specific.h" 11 #include "base/compiler_specific.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "chrome/browser/chromeos/login/screen_observer.h" 13 #include "chrome/browser/chromeos/login/screen_observer.h"
14 #include "chrome/browser/chromeos/login/view_screen.h" 14 #include "chrome/browser/chromeos/login/view_screen.h"
15 #include "chrome/browser/chromeos/login/web_page_screen.h" 15 #include "chrome/browser/chromeos/login/web_page_screen.h"
16 #include "chrome/browser/chromeos/login/web_page_view.h" 16 #include "chrome/browser/chromeos/login/web_page_view.h"
17 17
18 class GURL;
19 class Profile;
20
18 namespace net { 21 namespace net {
19 class URLRequest; 22 class URLRequest;
20 class URLRequestJob; 23 class URLRequestJob;
21 } // namespace net 24 } // namespace net
22 25
23 class GURL;
24 class Profile;
25 class SiteContents;
26
27 namespace chromeos { 26 namespace chromeos {
28 27
29 class ViewScreenDelegate; 28 class ViewScreenDelegate;
30 29
31 // Class that renders host registration page. 30 // Class that renders host registration page.
32 class RegistrationDomView : public WebPageDomView { 31 class RegistrationDomView : public WebPageDomView {
33 public: 32 public:
34 RegistrationDomView() {} 33 RegistrationDomView() {}
35 34
36 protected: 35 protected:
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 102
104 // Url of account creation page. Overriden by tests. 103 // Url of account creation page. Overriden by tests.
105 static scoped_ptr<GURL> host_page_url_; 104 static scoped_ptr<GURL> host_page_url_;
106 105
107 DISALLOW_COPY_AND_ASSIGN(RegistrationScreen); 106 DISALLOW_COPY_AND_ASSIGN(RegistrationScreen);
108 }; 107 };
109 108
110 } // namespace chromeos 109 } // namespace chromeos
111 110
112 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_REGISTRATION_SCREEN_H_ 111 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_REGISTRATION_SCREEN_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/owner_manager.h ('k') | chrome/browser/chromeos/login/screen_lock_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698