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

Unified Diff: chrome/browser/automation/automation_resource_tracker.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
Index: chrome/browser/automation/automation_resource_tracker.h
diff --git a/chrome/browser/automation/automation_resource_tracker.h b/chrome/browser/automation/automation_resource_tracker.h
index 0eade905b10d8f3ebd16c3511ea39fe610e6dc1b..671f72b5519a3e02b5bed7ca7e4912d94b734f31 100644
--- a/chrome/browser/automation/automation_resource_tracker.h
+++ b/chrome/browser/automation/automation_resource_tracker.h
@@ -32,10 +32,8 @@ struct AutomationResourceTraits<T*> {
// of AutomationResourceTracker to live in a .cc file.
class AutomationResourceTrackerImpl {
public:
- explicit AutomationResourceTrackerImpl(IPC::Message::Sender* sender)
- : sender_(sender) {}
-
- virtual ~AutomationResourceTrackerImpl() {}
+ explicit AutomationResourceTrackerImpl(IPC::Message::Sender* sender);
+ virtual ~AutomationResourceTrackerImpl();
// These need to be implemented in AutomationResourceTracker,
// since it needs to call the subclass's type-specific notification
« no previous file with comments | « chrome/browser/automation/automation_provider_observers.cc ('k') | chrome/browser/automation/automation_resource_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698