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

Side by Side Diff: chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.cc

Issue 2700303002: cros: Unify oobe View/Actor naming to just View. (Closed)
Patch Set: Rebase Created 3 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
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 #include "chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h" 5 #include "chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h"
6 6
7 namespace chromeos { 7 namespace chromeos {
8 8
9 MockEnrollmentScreen::MockEnrollmentScreen( 9 MockEnrollmentScreen::MockEnrollmentScreen(
10 BaseScreenDelegate* base_screen_delegate, 10 BaseScreenDelegate* base_screen_delegate,
11 EnrollmentScreenActor* actor) 11 EnrollmentScreenView* view)
12 : EnrollmentScreen(base_screen_delegate, actor) { 12 : EnrollmentScreen(base_screen_delegate, view) {}
13 }
14 13
15 MockEnrollmentScreen::~MockEnrollmentScreen() { 14 MockEnrollmentScreen::~MockEnrollmentScreen() {
16 } 15 }
17 16
18 MockEnrollmentScreenActor::MockEnrollmentScreenActor() { 17 MockEnrollmentScreenView::MockEnrollmentScreenView() {}
19 }
20 18
21 MockEnrollmentScreenActor::~MockEnrollmentScreenActor() { 19 MockEnrollmentScreenView::~MockEnrollmentScreenView() {}
22 }
23 20
24 } // namespace chromeos 21 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h ('k') | chrome/browser/chromeos/login/kiosk_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698