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/security_tests | |
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/security_tests')
-rw-r--r-- | chrome/test/security_tests/ipc_security_tests.cc | 1 | ||||
-rw-r--r-- | chrome/test/security_tests/ipc_security_tests.h | 1 | ||||
-rw-r--r-- | chrome/test/security_tests/security_tests.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/test/security_tests/ipc_security_tests.cc b/chrome/test/security_tests/ipc_security_tests.cc index 181a8af..038d662 100644 --- a/chrome/test/security_tests/ipc_security_tests.cc +++ b/chrome/test/security_tests/ipc_security_tests.cc @@ -190,4 +190,3 @@ bool PipeImpersonationAttack() { ::CloseHandle(thread); return true; } - diff --git a/chrome/test/security_tests/ipc_security_tests.h b/chrome/test/security_tests/ipc_security_tests.h index 6a5fc53..c036dc2 100644 --- a/chrome/test/security_tests/ipc_security_tests.h +++ b/chrome/test/security_tests/ipc_security_tests.h @@ -12,4 +12,3 @@ bool PipeImpersonationAttack(); #endif // CHROME_TEST_SECURITY_TESTS_IPC_SECURITY_TESTS_H__ - diff --git a/chrome/test/security_tests/security_tests.cc b/chrome/test/security_tests/security_tests.cc index 4ac65a8..33f2755 100644 --- a/chrome/test/security_tests/security_tests.cc +++ b/chrome/test/security_tests/security_tests.cc @@ -60,4 +60,3 @@ BOOL __declspec(dllexport) __cdecl RunPluginTests(int *test_count) { SECURITY_CHECK(TestOpenWriteFile(L"%SystemRoot%\\Cursors\\arrow_i.cur")); return TRUE; } - |