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

Side by Side Diff: chrome/browser/chromeos/login/wizard_controller_browsertest.cc

Issue 689553002: Cleanup: Remove unneeded path_service.h includes in base and chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win 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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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/wizard_controller.h" 5 #include "chrome/browser/chromeos/login/wizard_controller.h"
6 6
7 #include "base/basictypes.h" 7 #include "base/basictypes.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/path_service.h"
11 #include "base/prefs/pref_registry_simple.h" 10 #include "base/prefs/pref_registry_simple.h"
12 #include "base/prefs/pref_service.h" 11 #include "base/prefs/pref_service.h"
13 #include "base/prefs/pref_service_factory.h" 12 #include "base/prefs/pref_service_factory.h"
14 #include "base/prefs/testing_pref_store.h" 13 #include "base/prefs/testing_pref_store.h"
15 #include "base/run_loop.h" 14 #include "base/run_loop.h"
16 #include "base/strings/string_util.h" 15 #include "base/strings/string_util.h"
17 #include "base/strings/utf_string_conversions.h" 16 #include "base/strings/utf_string_conversions.h"
18 #include "chrome/browser/browser_process.h" 17 #include "chrome/browser/browser_process.h"
19 #include "chrome/browser/browser_shutdown.h" 18 #include "chrome/browser/browser_shutdown.h"
20 #include "chrome/browser/chrome_notification_types.h" 19 #include "chrome/browser/chrome_notification_types.h"
(...skipping 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when 1188 // TODO(merkulova): Add tests for bluetooth HID detection screen variations when
1190 // UI and logic is ready. http://crbug.com/127016 1189 // UI and logic is ready. http://crbug.com/127016
1191 1190
1192 // TODO(dzhioev): Add tests for controller/host pairing flow. 1191 // TODO(dzhioev): Add tests for controller/host pairing flow.
1193 // http://crbug.com/375191 1192 // http://crbug.com/375191
1194 1193
1195 COMPILE_ASSERT(BaseScreenDelegate::EXIT_CODES_COUNT == 24, 1194 COMPILE_ASSERT(BaseScreenDelegate::EXIT_CODES_COUNT == 24,
1196 add_tests_for_new_control_flow_you_just_introduced); 1195 add_tests_for_new_control_flow_you_just_introduced);
1197 1196
1198 } // namespace chromeos 1197 } // namespace chromeos
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698