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/activex_test_control | |
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/activex_test_control')
4 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/activex_test_control/activex_test_control.cc b/chrome/test/activex_test_control/activex_test_control.cc index b0d4c82..573fad7 100644 --- a/chrome/test/activex_test_control/activex_test_control.cc +++ b/chrome/test/activex_test_control/activex_test_control.cc @@ -47,4 +47,3 @@ STDAPI DllUnregisterServer(void) { HRESULT hr = g_atlmodule.DllUnregisterServer(); return hr; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.cc b/chrome/test/activex_test_control/chrome_test_control.cc index 378b730..040e3b4 100644 --- a/chrome/test/activex_test_control/chrome_test_control.cc +++ b/chrome/test/activex_test_control/chrome_test_control.cc @@ -32,4 +32,3 @@ HRESULT ChromeTestControl::OnDraw(ATL_DRAWINFO& di) { return S_OK; } - diff --git a/chrome/test/activex_test_control/chrome_test_control.h b/chrome/test/activex_test_control/chrome_test_control.h index 3f4673ab..9b5fccc 100644 --- a/chrome/test/activex_test_control/chrome_test_control.h +++ b/chrome/test/activex_test_control/chrome_test_control.h @@ -261,4 +261,3 @@ END_MSG_MAP() OBJECT_ENTRY_AUTO(__uuidof(ChromeTestControl), ChromeTestControl) #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_H__ - diff --git a/chrome/test/activex_test_control/chrome_test_control_cp.h b/chrome/test/activex_test_control/chrome_test_control_cp.h index bf935c9..42edd95 100644 --- a/chrome/test/activex_test_control/chrome_test_control_cp.h +++ b/chrome/test/activex_test_control/chrome_test_control_cp.h @@ -15,4 +15,3 @@ class CProxy_IChromeTestControlEvents }; #endif // #ifndef CHROME_TEST_ACTIVEX_TEST_CONTROL_CHROME_TEST_CONTROL_CP_H__ - |