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

Unified Diff: mojo/system/raw_channel.h

Issue 251483007: Mojo: Start writing some unit tests for mojo::system::Channel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing export macros Created 6 years, 8 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
« no previous file with comments | « mojo/system/channel_unittest.cc ('k') | mojo/system/raw_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/raw_channel.h
diff --git a/mojo/system/raw_channel.h b/mojo/system/raw_channel.h
index b4571f8428a6f2e15018f91fc3e92c4fab67fe07..607a7761f7696f859ee74258e89778ee41f97b86 100644
--- a/mojo/system/raw_channel.h
+++ b/mojo/system/raw_channel.h
@@ -104,7 +104,7 @@ class MOJO_SYSTEM_IMPL_EXPORT RawChannel {
IO_PENDING
};
- class ReadBuffer {
+ class MOJO_SYSTEM_IMPL_EXPORT ReadBuffer {
public:
ReadBuffer();
~ReadBuffer();
@@ -124,7 +124,7 @@ class MOJO_SYSTEM_IMPL_EXPORT RawChannel {
DISALLOW_COPY_AND_ASSIGN(ReadBuffer);
};
- class WriteBuffer {
+ class MOJO_SYSTEM_IMPL_EXPORT WriteBuffer {
public:
struct Buffer {
const char* addr;
« no previous file with comments | « mojo/system/channel_unittest.cc ('k') | mojo/system/raw_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698