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/automation | |
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/automation')
-rw-r--r-- | chrome/test/automation/autocomplete_edit_proxy.h | 2 | ||||
-rw-r--r-- | chrome/test/automation/automation_handle_tracker.cc | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_messages.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/automation_proxy_uitest.cc | 1 | ||||
-rw-r--r-- | chrome/test/automation/browser_proxy.h | 1 | ||||
-rw-r--r-- | chrome/test/automation/tab_proxy.h | 1 |
6 files changed, 0 insertions, 7 deletions
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<NavigationEntry::PageType> { #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_ - |