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

Unified Diff: net/proxy/dhcp_proxy_script_adapter_fetcher_win.h

Issue 7529043: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' 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: net/proxy/dhcp_proxy_script_adapter_fetcher_win.h
===================================================================
--- net/proxy/dhcp_proxy_script_adapter_fetcher_win.h (revision 95949)
+++ net/proxy/dhcp_proxy_script_adapter_fetcher_win.h (working copy)
@@ -13,7 +13,7 @@
#include "base/threading/non_thread_safe.h"
#include "base/timer.h"
#include "net/base/completion_callback.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "googleurl/src/gurl.h"
namespace base {
@@ -27,7 +27,7 @@
// For a given adapter, this class takes care of first doing a DHCP lookup
// to get the PAC URL, then if there is one, trying to fetch it.
-class NET_TEST DhcpProxyScriptAdapterFetcher
+class NET_EXPORT_PRIVATE DhcpProxyScriptAdapterFetcher
: public base::SupportsWeakPtr<DhcpProxyScriptAdapterFetcher>,
NON_EXPORTED_BASE(public base::NonThreadSafe) {
public:
@@ -114,7 +114,7 @@
//
// TODO(joi): Replace with PostTaskAndReply once http://crbug.com/86301
// has been implemented.
- class NET_TEST WorkerThread
+ class NET_EXPORT_PRIVATE WorkerThread
: public base::RefCountedThreadSafe<WorkerThread> {
public:
// Creates and initializes (but does not start) the worker thread.

Powered by Google App Engine
This is Rietveld 408576698