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

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

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 years, 4 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
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_EULA_VIEW_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_EULA_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_EULA_VIEW_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_EULA_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include <string>
10
11 #include "chrome/browser/chromeos/login/view_screen.h" 9 #include "chrome/browser/chromeos/login/view_screen.h"
12 #include "chrome/browser/pref_member.h" 10 #include "chrome/browser/pref_member.h"
13 #include "chrome/browser/tab_contents/tab_contents_delegate.h" 11 #include "chrome/browser/tab_contents/tab_contents_delegate.h"
14 #include "views/controls/button/button.h" 12 #include "views/controls/button/button.h"
15 #include "views/controls/link.h" 13 #include "views/controls/link.h"
16 #include "views/view.h" 14 #include "views/view.h"
17 15
18 namespace views { 16 namespace views {
19 17
20 class Checkbox; 18 class Checkbox;
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 explicit EulaScreen(WizardScreenDelegate* delegate) 125 explicit EulaScreen(WizardScreenDelegate* delegate)
128 : DefaultViewScreen<EulaView>(delegate) { 126 : DefaultViewScreen<EulaView>(delegate) {
129 } 127 }
130 private: 128 private:
131 DISALLOW_COPY_AND_ASSIGN(EulaScreen); 129 DISALLOW_COPY_AND_ASSIGN(EulaScreen);
132 }; 130 };
133 131
134 } // namespace chromeos 132 } // namespace chromeos
135 133
136 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_EULA_VIEW_H_ 134 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_EULA_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/authenticator.h ('k') | chrome/browser/chromeos/login/login_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698