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

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

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 9 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
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_WIZARD_SCREEN_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_SCREEN_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_SCREEN_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_SCREEN_H_
7 7
8 #include "app/gfx/canvas.h" 8 #include "gfx/canvas.h"
9 9
10 class WizardScreen; 10 class WizardScreen;
11 namespace chromeos { 11 namespace chromeos {
12 class ScreenObserver; 12 class ScreenObserver;
13 } // namespace chromeos 13 } // namespace chromeos
14 namespace views { 14 namespace views {
15 class View; 15 class View;
16 } // namespace views 16 } // namespace views
17 17
18 // Interface that login wizard exposes to its screens. 18 // Interface that login wizard exposes to its screens.
(...skipping 23 matching lines...) Expand all
42 virtual ~WizardScreen() {} 42 virtual ~WizardScreen() {}
43 43
44 WizardScreenDelegate* delegate() { return delegate_; } 44 WizardScreenDelegate* delegate() { return delegate_; }
45 45
46 private: 46 private:
47 WizardScreenDelegate* delegate_; 47 WizardScreenDelegate* delegate_;
48 }; 48 };
49 49
50 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_SCREEN_H_ 50 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_WIZARD_SCREEN_H_
51 51
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/user_controller.cc ('k') | chrome/browser/chromeos/notifications/notification_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698