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

Side by Side Diff: chrome/browser/chromeos/login/ui/mock_login_display_host.cc

Issue 687903003: Cleanup: Remove unneeded ui_test_utils.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix cros Created 6 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/ui/mock_login_display_host.h" 5 #include "chrome/browser/chromeos/login/ui/mock_login_display_host.h"
6 6
7 #include "chrome/test/base/ui_test_utils.h"
8
9 namespace chromeos { 7 namespace chromeos {
10 8
11 MockLoginDisplayHost::MockLoginDisplayHost() { 9 MockLoginDisplayHost::MockLoginDisplayHost() {
12 } 10 }
13 11
14 MockLoginDisplayHost::~MockLoginDisplayHost() { 12 MockLoginDisplayHost::~MockLoginDisplayHost() {
15 } 13 }
16 14
17 void MockLoginDisplayHost::StartWizard( 15 void MockLoginDisplayHost::StartWizard(
18 const std::string& name, 16 const std::string& name,
19 scoped_ptr<base::DictionaryValue> value) { 17 scoped_ptr<base::DictionaryValue> value) {
20 return StartWizardPtr(name, value.get()); 18 return StartWizardPtr(name, value.get());
21 } 19 }
22 20
23 } // namespace chromeos 21 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/ui/mock_login_display.cc ('k') | chrome/browser/chromeos/login/wizard_controller_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698