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

Unified Diff: mojo/system/memory.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/local_message_pipe_endpoint.h ('k') | mojo/system/memory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/memory.h
diff --git a/mojo/system/memory.h b/mojo/system/memory.h
index 963974abf9cb72b66b33fab0b2c33424b87d3d3d..6483e0331af9a3431a3b78087bbc5a3fdba83109 100644
--- a/mojo/system/memory.h
+++ b/mojo/system/memory.h
@@ -7,7 +7,7 @@
#include <stddef.h>
-#include "mojo/public/system/system_export.h"
+#include "mojo/system/system_impl_export.h"
namespace mojo {
namespace system {
@@ -16,8 +16,8 @@ namespace system {
// instantiations in the .cc file. This is used by |VerifyUserPointer<T>()|
// below, and you should use that instead.
template <size_t size>
-bool MOJO_SYSTEM_EXPORT VerifyUserPointerForSize(const void* pointer,
- size_t count);
+bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerForSize(const void* pointer,
+ size_t count);
// Verify that |count * sizeof(T)| bytes can be read from the user |pointer|
// insofar as possible/necessary (note: this is done carefully since |count *
« no previous file with comments | « mojo/system/local_message_pipe_endpoint.h ('k') | mojo/system/memory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698