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

Unified Diff: net/base/capturing_net_log.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/base/capturing_net_log.h
===================================================================
--- net/base/capturing_net_log.h (revision 95949)
+++ net/base/capturing_net_log.h (working copy)
@@ -15,16 +15,16 @@
#include "base/memory/scoped_ptr.h"
#include "base/synchronization/lock.h"
#include "base/time.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "net/base/net_log.h"
namespace net {
// CapturingNetLog is an implementation of NetLog that saves messages to a
// bounded buffer.
-class NET_API CapturingNetLog : public NetLog {
+class NET_EXPORT CapturingNetLog : public NetLog {
public:
- struct NET_API Entry {
+ struct NET_EXPORT Entry {
Entry(EventType type,
const base::TimeTicks& time,
Source source,
@@ -87,7 +87,7 @@
//
// CapturingBoundNetLog can easily be converted to a BoundNetLog using the
// bound() method.
-class NET_TEST CapturingBoundNetLog {
+class NET_EXPORT_PRIVATE CapturingBoundNetLog {
public:
CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log);
« no previous file with comments | « net/base/backoff_entry.h ('k') | net/base/cert_database.h » ('j') | net/base/net_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698