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

Side by Side Diff: chrome/test/mini_installer_test/test.cc

Issue 19860007: Update include paths in chrome/test for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 5 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) 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 "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/files/file_path.h" 6 #include "base/files/file_path.h"
7 #include "base/memory/scoped_ptr.h" 7 #include "base/memory/scoped_ptr.h"
8 #include "base/process_util.h" 8 #include "base/process/kill.h"
9 #include "base/strings/string_util.h" 9 #include "base/strings/string_util.h"
10 #include "chrome/common/chrome_result_codes.h" 10 #include "chrome/common/chrome_result_codes.h"
11 #include "chrome/common/chrome_switches.h" 11 #include "chrome/common/chrome_switches.h"
12 #include "chrome/installer/util/install_util.h" 12 #include "chrome/installer/util/install_util.h"
13 #include "chrome/installer/util/installation_validator.h" 13 #include "chrome/installer/util/installation_validator.h"
14 #include "chrome/installer/util/util_constants.h" 14 #include "chrome/installer/util/util_constants.h"
15 #include "chrome/test/mini_installer_test/installer_path_provider.h" 15 #include "chrome/test/mini_installer_test/installer_path_provider.h"
16 #include "chrome/test/mini_installer_test/installer_test_util.h" 16 #include "chrome/test/mini_installer_test/installer_test_util.h"
17 #include "chrome/test/mini_installer_test/mini_installer_test_constants.h" 17 #include "chrome/test/mini_installer_test/mini_installer_test_constants.h"
18 #include "chrome/test/mini_installer_test/switch_builder.h" 18 #include "chrome/test/mini_installer_test/switch_builder.h"
(...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 } 425 }
426 426
427 #endif 427 #endif
428 428
429 TEST(GenericInstallTest, MiniInstallTestValidWindowsVersion) { 429 TEST(GenericInstallTest, MiniInstallTestValidWindowsVersion) {
430 // We run the tests on all supported OSes. 430 // We run the tests on all supported OSes.
431 // Make sure the code agrees. 431 // Make sure the code agrees.
432 EXPECT_TRUE(InstallUtil::IsOSSupported()); 432 EXPECT_TRUE(InstallUtil::IsOSSupported());
433 } 433 }
434 434
OLDNEW
« no previous file with comments | « chrome/test/mini_installer_test/run_all_unittests.cc ('k') | chrome/test/perf/browser_perf_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698