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

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

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 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: content/browser/net/url_request_slow_download_job.h
diff --git a/content/browser/net/url_request_slow_download_job.h b/content/browser/net/url_request_slow_download_job.h
index cef2adcadff9322a986138da57974994178b6737..9cbde81a60d03c99772dc6c5c83e6e329263caa9 100644
--- a/content/browser/net/url_request_slow_download_job.h
+++ b/content/browser/net/url_request_slow_download_job.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This class simulates a slow download. This used in a UI test to test the
@@ -13,6 +13,7 @@
#include <vector>
#include "base/task.h"
+#include "content/common/content_export.h"
#include "net/url_request/url_request_job.h"
class URLRequestSlowDownloadJob : public net::URLRequestJob {
@@ -38,7 +39,7 @@ class URLRequestSlowDownloadJob : public net::URLRequestJob {
static const char kFinishDownloadUrl[];
// Adds the testing URLs to the net::URLRequestFilter.
- static void AddUrlHandler();
+ CONTENT_EXPORT static void AddUrlHandler();
private:
virtual ~URLRequestSlowDownloadJob();

Powered by Google App Engine
This is Rietveld 408576698