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

Unified Diff: net/base/dnsrr_resolver.h

Issue 6969077: net: Add NET_API to net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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/base/dnsrr_resolver.h
===================================================================
--- net/base/dnsrr_resolver.h (revision 85332)
+++ net/base/dnsrr_resolver.h (working copy)
@@ -17,12 +17,13 @@
#include "base/time.h"
#include "build/build_config.h"
#include "net/base/completion_callback.h"
+#include "net/base/net_api.h"
#include "net/base/network_change_notifier.h"
namespace net {
// RRResponse contains the result of a successful request for a resource record.
-struct RRResponse {
+struct NET_TEST RRResponse {
RRResponse();
~RRResponse();
@@ -66,8 +67,8 @@
// the name is a fully qualified DNS domain.
//
// A DnsRRResolver must be used from the MessageLoop which created it.
-class DnsRRResolver : public base::NonThreadSafe,
- public NetworkChangeNotifier::IPAddressObserver {
+class NET_API DnsRRResolver : NON_EXPORTED_BASE(public base::NonThreadSafe),
+ public NetworkChangeNotifier::IPAddressObserver {
public:
typedef intptr_t Handle;

Powered by Google App Engine
This is Rietveld 408576698