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

Unified Diff: mojo/system/simple_dispatcher.h

Issue 106173003: Split mojo_system dylib into public and private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 years 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/raw_channel.h ('k') | mojo/system/system_impl_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/simple_dispatcher.h
diff --git a/mojo/system/simple_dispatcher.h b/mojo/system/simple_dispatcher.h
index 4ef37d1d10427be7c92216d33b94477a9c0919b2..0ad49ac7d156d668b91722357f889b7bb8170141 100644
--- a/mojo/system/simple_dispatcher.h
+++ b/mojo/system/simple_dispatcher.h
@@ -8,8 +8,8 @@
#include <list>
#include "base/basictypes.h"
-#include "mojo/public/system/system_export.h"
#include "mojo/system/dispatcher.h"
+#include "mojo/system/system_impl_export.h"
#include "mojo/system/waiter_list.h"
namespace mojo {
@@ -19,7 +19,7 @@ namespace system {
// correspondence between handles and dispatchers (see the explanatory comment
// in core_impl.cc). This class implements the standard waiter-signalling
// mechanism in that case.
-class MOJO_SYSTEM_EXPORT SimpleDispatcher : public Dispatcher {
+class MOJO_SYSTEM_IMPL_EXPORT SimpleDispatcher : public Dispatcher {
protected:
SimpleDispatcher();
« no previous file with comments | « mojo/system/raw_channel.h ('k') | mojo/system/system_impl_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698