Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: chrome/browser/automation/automation_extension_function.h

Issue 3412016: FBTF: Move a bunch of code to the headers and remove includes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase + fixed windows issues locally Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/automation/automation_extension_function.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_extension_function.h
diff --git a/chrome/browser/automation/automation_extension_function.h b/chrome/browser/automation/automation_extension_function.h
index 828b0f4935e8700c55e538bf978150c96cd1d051..275d3c92b874c838fbe485faed3550c71ab805e1 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.
« no previous file with comments | « no previous file | chrome/browser/automation/automation_extension_function.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698