summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_extension_function.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-22 19:42:00 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-22 19:42:00 +0000
commit7e4468d50ab7c74fad98adcb847d82c5750f2a21 (patch)
treebcaecf049255d834e454b10512b241172109bd6f /chrome/browser/automation/automation_extension_function.h
parent2aa3de25c0bca5f7c06a89a100bb7cd50004b853 (diff)
downloadchromium_src-7e4468d50ab7c74fad98adcb847d82c5750f2a21.zip
chromium_src-7e4468d50ab7c74fad98adcb847d82c5750f2a21.tar.gz
chromium_src-7e4468d50ab7c74fad98adcb847d82c5750f2a21.tar.bz2
FBTF: Move a bunch of code to the headers and remove includes.
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/3412016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60208 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/automation/automation_extension_function.h')
-rw-r--r--chrome/browser/automation/automation_extension_function.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/automation/automation_extension_function.h b/chrome/browser/automation/automation_extension_function.h
index 828b0f4..275d3c9 100644
--- a/chrome/browser/automation/automation_extension_function.h
+++ b/chrome/browser/automation/automation_extension_function.h
@@ -21,7 +21,7 @@ class TabContents;
// automation interface, so that extensions can be tested using UITests.
class AutomationExtensionFunction : public AsyncExtensionFunction {
public:
- AutomationExtensionFunction() { }
+ AutomationExtensionFunction();
// ExtensionFunction implementation.
virtual void SetArgs(const ListValue* args);
@@ -59,7 +59,7 @@ class AutomationExtensionFunction : public AsyncExtensionFunction {
const std::string& target);
private:
- ~AutomationExtensionFunction() {}
+ ~AutomationExtensionFunction();
// Weak reference, lifetime managed by the ExternalTabContainer instance
// owning the TabContents in question.