From b6f87899677d55b5830f005e00df61d387c6b548 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 10 Mar 2009 14:23:48 +0000 Subject: 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 --- chrome/test/automation/autocomplete_edit_proxy.h | 2 -- chrome/test/automation/automation_handle_tracker.cc | 1 - chrome/test/automation/automation_messages.h | 1 - chrome/test/automation/automation_proxy_uitest.cc | 1 - chrome/test/automation/browser_proxy.h | 1 - chrome/test/automation/tab_proxy.h | 1 - 6 files changed, 7 deletions(-) (limited to 'chrome/test/automation') diff --git a/chrome/test/automation/autocomplete_edit_proxy.h b/chrome/test/automation/autocomplete_edit_proxy.h index 85172d3..79d8975 100644 --- a/chrome/test/automation/autocomplete_edit_proxy.h +++ b/chrome/test/automation/autocomplete_edit_proxy.h @@ -150,5 +150,3 @@ class AutocompleteEditProxy : public AutomationResourceProxy { }; #endif // #define CHROME_TEST_AUTOMATION_AUTOCOMPLETE_EDIT_PROXY_H__ - - diff --git a/chrome/test/automation/automation_handle_tracker.cc b/chrome/test/automation/automation_handle_tracker.cc index a0f2a29..b843218 100644 --- a/chrome/test/automation/automation_handle_tracker.cc +++ b/chrome/test/automation/automation_handle_tracker.cc @@ -70,4 +70,3 @@ void AutomationHandleTracker::InvalidateHandle(AutomationHandle handle) { iter->second->Invalidate(); } } - diff --git a/chrome/test/automation/automation_messages.h b/chrome/test/automation/automation_messages.h index 289cf5e5..ffeef1f 100644 --- a/chrome/test/automation/automation_messages.h +++ b/chrome/test/automation/automation_messages.h @@ -127,4 +127,3 @@ struct ParamTraits { #include "chrome/common/ipc_message_macros.h" #endif // CHROME_TEST_AUTOMATION_AUTOMATION_MESSAGES_H__ - diff --git a/chrome/test/automation/automation_proxy_uitest.cc b/chrome/test/automation/automation_proxy_uitest.cc index e296f62..6b3cab5 100644 --- a/chrome/test/automation/automation_proxy_uitest.cc +++ b/chrome/test/automation/automation_proxy_uitest.cc @@ -1118,4 +1118,3 @@ TEST_F(AutomationProxyTest5, TestLifetimeOfDomAutomationController) { ASSERT_TRUE(tab->ExecuteAndExtractString(L"", jscript, &actual)); ASSERT_STREQ(expected.c_str(), actual.c_str()); } - diff --git a/chrome/test/automation/browser_proxy.h b/chrome/test/automation/browser_proxy.h index cc27d61..2b3a54e 100644 --- a/chrome/test/automation/browser_proxy.h +++ b/chrome/test/automation/browser_proxy.h @@ -203,4 +203,3 @@ class BrowserProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_BROWSER_PROXY_H_ - diff --git a/chrome/test/automation/tab_proxy.h b/chrome/test/automation/tab_proxy.h index 54e5df4..dc10a13 100644 --- a/chrome/test/automation/tab_proxy.h +++ b/chrome/test/automation/tab_proxy.h @@ -290,4 +290,3 @@ class TabProxy : public AutomationResourceProxy { }; #endif // CHROME_TEST_AUTOMATION_TAB_PROXY_H_ - -- cgit v1.1