diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 14:23:48 +0000 |
commit | b6f87899677d55b5830f005e00df61d387c6b548 (patch) | |
tree | 3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/test/reliability | |
parent | 2fcccc7295206f24e1bc8526b40273cc6c30373e (diff) | |
download | chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.zip chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.gz chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in chrome/. All files end in a single newline.
Review URL: http://codereview.chromium.org/42015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/reliability')
-rw-r--r-- | chrome/test/reliability/page_load_test.h | 1 | ||||
-rw-r--r-- | chrome/test/reliability/reliability_test_suite.h | 1 | ||||
-rw-r--r-- | chrome/test/reliability/run_all_unittests.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/reliability/page_load_test.h b/chrome/test/reliability/page_load_test.h index aae4f99..73e3fd1 100644 --- a/chrome/test/reliability/page_load_test.h +++ b/chrome/test/reliability/page_load_test.h @@ -14,4 +14,3 @@ void SetPageRange(const CommandLine&); #endif // CHROME_TEST_RELIABILITY_PAGE_LOAD_TEST_H__ - diff --git a/chrome/test/reliability/reliability_test_suite.h b/chrome/test/reliability/reliability_test_suite.h index cf1d88f..0bd1bc2 100644 --- a/chrome/test/reliability/reliability_test_suite.h +++ b/chrome/test/reliability/reliability_test_suite.h @@ -23,4 +23,3 @@ protected: }; #endif // CHROME_TEST_RELIABILITY_RELIABILITY_TEST_SUITE_H_ - diff --git a/chrome/test/reliability/run_all_unittests.cc b/chrome/test/reliability/run_all_unittests.cc index 2555872..db0a7f5 100644 --- a/chrome/test/reliability/run_all_unittests.cc +++ b/chrome/test/reliability/run_all_unittests.cc @@ -7,4 +7,3 @@ int main(int argc, char **argv) { return ReliabilityTestSuite(argc, argv).Run(); } - |