diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 15:06:36 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 15:06:36 +0000 |
commit | 6ce52695312dc321301b8b80f3e2fddadccb089a (patch) | |
tree | 6dcaf1512f214ce466bbf7e5826d309df055c029 /sandbox/tests/integration_tests | |
parent | a0a8b1dafec8eb65006ec73cc1d74a4c50cf61f0 (diff) | |
download | chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.zip chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.tar.gz chromium_src-6ce52695312dc321301b8b80f3e2fddadccb089a.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in sandbox/. All files end in a single newline.
Review URL: http://codereview.chromium.org/43080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11447 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/tests/integration_tests')
4 files changed, 0 insertions, 4 deletions
diff --git a/sandbox/tests/integration_tests/integration_tests.cc b/sandbox/tests/integration_tests/integration_tests.cc index dc420a1..f7cbd15 100644 --- a/sandbox/tests/integration_tests/integration_tests.cc +++ b/sandbox/tests/integration_tests/integration_tests.cc @@ -15,4 +15,3 @@ int wmain(int argc, wchar_t **argv) { testing::InitGoogleTest(&argc, argv); return RUN_ALL_TESTS(); } - diff --git a/sandbox/tests/integration_tests/integration_tests_test.cc b/sandbox/tests/integration_tests/integration_tests_test.cc index ce15d98..b610681 100644 --- a/sandbox/tests/integration_tests/integration_tests_test.cc +++ b/sandbox/tests/integration_tests/integration_tests_test.cc @@ -92,4 +92,3 @@ TEST(IntegrationTestsTest, ForwardsArguments) { } } // namespace sandbox - diff --git a/sandbox/tests/integration_tests/stdafx.cc b/sandbox/tests/integration_tests/stdafx.cc index de0e1fa..e557e72 100644 --- a/sandbox/tests/integration_tests/stdafx.cc +++ b/sandbox/tests/integration_tests/stdafx.cc @@ -3,4 +3,3 @@ // found in the LICENSE file. #include "sandbox/tests/integration_tests/stdafx.h" - diff --git a/sandbox/tests/integration_tests/stdafx.h b/sandbox/tests/integration_tests/stdafx.h index 80413d9..e7877cf 100644 --- a/sandbox/tests/integration_tests/stdafx.h +++ b/sandbox/tests/integration_tests/stdafx.h @@ -10,4 +10,3 @@ #include <stdlib.h> #endif // SANDBOX_TESTS_INTEGRATION_TESTS_STDAFX_H__ - |