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

Unified Diff: chrome_frame/test/net/test_automation_resource_message_filter.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 | « chrome/chrome_browser.gypi ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/net/test_automation_resource_message_filter.h
diff --git a/chrome_frame/test/net/test_automation_resource_message_filter.h b/chrome_frame/test/net/test_automation_resource_message_filter.h
index 310307ab50bfaf8fafb758095289608fd72b27e6..281a45aa0cbe8de77bd36f90761f618e434e5bc0 100644
--- a/chrome_frame/test/net/test_automation_resource_message_filter.h
+++ b/chrome_frame/test/net/test_automation_resource_message_filter.h
@@ -5,6 +5,7 @@
#define CHROME_FRAME_TEST_NET_TEST_AUTOMATION_RESOURCE_MESSAGE_FILTER_H_
#include "chrome/browser/automation/automation_provider.h"
+#include "chrome/browser/automation/automation_resource_message_filter.h"
#include "chrome/browser/automation/url_request_automation_job.h"
// Performs the same duties as AutomationResourceMessageFilter but with one
@@ -22,7 +23,7 @@
class TestAutomationResourceMessageFilter
: public AutomationResourceMessageFilter {
public:
- TestAutomationResourceMessageFilter(AutomationProvider* automation);
+ explicit TestAutomationResourceMessageFilter(AutomationProvider* automation);
virtual bool Send(IPC::Message* message);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome_frame/urlmon_url_request_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698