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

Unified Diff: net/websockets/websocket_throttle.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
« net/disk_cache/disk_cache.h ('K') | « net/websockets/websocket_net_log_params.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/websockets/websocket_throttle.h
===================================================================
--- net/websockets/websocket_throttle.h (revision 95949)
+++ net/websockets/websocket_throttle.h (working copy)
@@ -10,7 +10,7 @@
#include <string>
#include "base/hash_tables.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
template <typename T> struct DefaultSingletonTraits;
@@ -27,7 +27,7 @@
// remote host (IP address) identified by /host/, even if known by
// another name, wait until that connection has been established or
// for that connection to have failed.
-class NET_TEST WebSocketThrottle {
+class NET_EXPORT_PRIVATE WebSocketThrottle {
public:
// Returns the singleton instance.
static WebSocketThrottle* GetInstance();
« net/disk_cache/disk_cache.h ('K') | « net/websockets/websocket_net_log_params.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698