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

Unified Diff: content/browser/net/url_request_slow_http_job.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: fix exports for switches, content_main Created 9 years, 4 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: content/browser/net/url_request_slow_http_job.h
diff --git a/content/browser/net/url_request_slow_http_job.h b/content/browser/net/url_request_slow_http_job.h
index cc0458b21f25c3b221f847e265700c2e0573dbd4..d5218f3a5be17e8c2e1de14671470aae10c90847 100644
--- a/content/browser/net/url_request_slow_http_job.h
+++ b/content/browser/net/url_request_slow_http_job.h
@@ -9,6 +9,7 @@
#pragma once
#include "base/timer.h"
+#include "content/common/content_export.h"
darin (slow to review) 2011/09/04 15:41:04 nit: "browser" before "common"
Dirk Pranke 2011/09/07 01:46:07 Done.
#include "content/browser/net/url_request_mock_http_job.h"
class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
@@ -20,7 +21,7 @@ class URLRequestSlowHTTPJob : public URLRequestMockHTTPJob {
static net::URLRequest::ProtocolFactory Factory;
// Adds the testing URLs to the net::URLRequestFilter.
- static void AddUrlHandler(const FilePath& base_path);
+ CONTENT_EXPORT static void AddUrlHandler(const FilePath& base_path);
// Given the path to a file relative to base_path_, construct a mock URL.
static GURL GetMockUrl(const FilePath& path);

Powered by Google App Engine
This is Rietveld 408576698