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

Unified Diff: chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h

Issue 679133002: ScreenObserver is renamed to BaseScreenDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes. Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
diff --git a/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h b/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
index aabf892868a4743205e1e750a788e7b780dbadd7..0654451e0bf33167ce4397a548fc15e95bb2746a 100644
--- a/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
+++ b/chrome/browser/chromeos/login/enrollment/mock_enrollment_screen.h
@@ -14,7 +14,7 @@ namespace chromeos {
class MockEnrollmentScreen : public EnrollmentScreen {
public:
- MockEnrollmentScreen(ScreenObserver* screen_observer,
+ MockEnrollmentScreen(BaseScreenDelegate* base_screen_delegate,
EnrollmentScreenActor* actor);
virtual ~MockEnrollmentScreen();
};

Powered by Google App Engine
This is Rietveld 408576698