summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/automation
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
commitb6f87899677d55b5830f005e00df61d387c6b548 (patch)
tree3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/renderer/automation
parent2fcccc7295206f24e1bc8526b40273cc6c30373e (diff)
downloadchromium_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/renderer/automation')
-rw-r--r--chrome/renderer/automation/dom_automation_controller.cc1
-rw-r--r--chrome/renderer/automation/dom_automation_controller.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/chrome/renderer/automation/dom_automation_controller.cc b/chrome/renderer/automation/dom_automation_controller.cc
index 0c320ca..a1cef66 100644
--- a/chrome/renderer/automation/dom_automation_controller.cc
+++ b/chrome/renderer/automation/dom_automation_controller.cc
@@ -103,4 +103,3 @@ void DomAutomationController::SetAutomationId(
automation_id_ = args[0].ToInt32();
result->Set(true);
}
-
diff --git a/chrome/renderer/automation/dom_automation_controller.h b/chrome/renderer/automation/dom_automation_controller.h
index 552adab..33e6111 100644
--- a/chrome/renderer/automation/dom_automation_controller.h
+++ b/chrome/renderer/automation/dom_automation_controller.h
@@ -105,4 +105,3 @@ class DomAutomationController : public CppBoundClass {
};
#endif // CHROME_RENDERER_AUTOMATION_DOM_AUTOMATION_CONTROLLER_H__
-