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

Unified Diff: net/base/test_data_stream.h

Issue 7056031: Collect stats to investigate the viability of UDP (Closed) Base URL: svn://chrome-svn/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/test_data_stream.h
===================================================================
--- net/base/test_data_stream.h (revision 85795)
+++ net/base/test_data_stream.h (working copy)
@@ -2,19 +2,20 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_CURVECP_TEST_DATA_STREAM_H_
-#define NET_CURVECP_TEST_DATA_STREAM_H_
+#ifndef NET_BASE_TEST_DATA_STREAM_H_
+#define NET_BASE_TEST_DATA_STREAM_H_
#pragma once
#include <string.h> // for memcpy()
#include <algorithm>
+#include "net/base/net_api.h"
// This is a test class for generating an infinite stream of data which can
// be verified independently to be the correct stream of data.
namespace net {
-class TestDataStream {
+class NET_API TestDataStream {
public:
TestDataStream() {
Reset();
@@ -85,4 +86,4 @@
} // namespace net
-#endif // NET_CURVECP_TEST_DATA_STREAM_H_
+#endif // NET_BASE_TEST_DATA_STREAM_H_

Powered by Google App Engine
This is Rietveld 408576698