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

Side by Side Diff: chrome/test/reliability/page_load_test.cc

Issue 16753002: Use a direct include of strings headers in chrome/test/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 // This file provides reliablity test which runs under UI test framework. The 5 // This file provides reliablity test which runs under UI test framework. The
6 // test is intended to run within QEMU environment. 6 // test is intended to run within QEMU environment.
7 // 7 //
8 // Usage 1: reliability_test 8 // Usage 1: reliability_test
9 // Upon invocation, it visits a hard coded list of sample URLs. This is mainly 9 // Upon invocation, it visits a hard coded list of sample URLs. This is mainly
10 // used by buildbot, to verify reliability_test itself runs ok. 10 // used by buildbot, to verify reliability_test itself runs ok.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 #include "base/file_util.h" 42 #include "base/file_util.h"
43 #include "base/file_version_info.h" 43 #include "base/file_version_info.h"
44 #include "base/files/file_enumerator.h" 44 #include "base/files/file_enumerator.h"
45 #include "base/files/file_path.h" 45 #include "base/files/file_path.h"
46 #include "base/i18n/time_formatting.h" 46 #include "base/i18n/time_formatting.h"
47 #include "base/memory/scoped_ptr.h" 47 #include "base/memory/scoped_ptr.h"
48 #include "base/path_service.h" 48 #include "base/path_service.h"
49 #include "base/prefs/json_pref_store.h" 49 #include "base/prefs/json_pref_store.h"
50 #include "base/prefs/pref_registry_simple.h" 50 #include "base/prefs/pref_registry_simple.h"
51 #include "base/prefs/pref_service.h" 51 #include "base/prefs/pref_service.h"
52 #include "base/string_util.h"
53 #include "base/strings/string_number_conversions.h" 52 #include "base/strings/string_number_conversions.h"
53 #include "base/strings/string_util.h"
54 #include "base/test/test_file_util.h" 54 #include "base/test/test_file_util.h"
55 #include "base/threading/platform_thread.h" 55 #include "base/threading/platform_thread.h"
56 #include "base/time.h" 56 #include "base/time.h"
57 #include "chrome/browser/net/url_fixer_upper.h" 57 #include "chrome/browser/net/url_fixer_upper.h"
58 #include "chrome/browser/prefs/pref_service_mock_builder.h" 58 #include "chrome/browser/prefs/pref_service_mock_builder.h"
59 #include "chrome/common/automation_messages.h" 59 #include "chrome/common/automation_messages.h"
60 #include "chrome/common/chrome_constants.h" 60 #include "chrome/common/chrome_constants.h"
61 #include "chrome/common/chrome_paths.h" 61 #include "chrome/common/chrome_paths.h"
62 #include "chrome/common/chrome_switches.h" 62 #include "chrome/common/chrome_switches.h"
63 #include "chrome/common/chrome_version_info.h" 63 #include "chrome/common/chrome_version_info.h"
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 if (!g_end_url.empty()) { 811 if (!g_end_url.empty()) {
812 NavigateToURLLogResult( 812 NavigateToURLLogResult(
813 g_end_url, log_file, NULL, g_continuous_load, false); 813 g_end_url, log_file, NULL, g_continuous_load, false);
814 } 814 }
815 815
816 log_file.close(); 816 log_file.close();
817 } 817 }
818 818
819 } // namespace 819 } // namespace
820 820
OLDNEW
« no previous file with comments | « chrome/test/reliability/automated_ui_tests.cc ('k') | chrome/test/webdriver/commands/chrome_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698