diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-15 20:41:46 +0000 |
commit | 7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b (patch) | |
tree | 1a75b53cdf901b6a560bcf5ddbe84ec7a3e8c9c0 /ipc/ipc_logging.h | |
parent | edd685f15dfd2841aaeddab567aea0623db1ae69 (diff) | |
download | chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.zip chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.gz chromium_src-7c85437ca6d8f1e16c0327a09eab3aa4cee4df1b.tar.bz2 |
Create ipc.dll.
Review URL: http://codereview.chromium.org/7633042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96820 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_logging.h')
-rw-r--r-- | ipc/ipc_logging.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ipc/ipc_logging.h b/ipc/ipc_logging.h index 07f6c65..42237c7 100644 --- a/ipc/ipc_logging.h +++ b/ipc/ipc_logging.h @@ -16,6 +16,7 @@ #include "base/memory/scoped_ptr.h" #include "base/memory/singleton.h" #include "base/message_loop.h" +#include "ipc/ipc_export.h" // Logging function. |name| is a string in ASCII and |params| is a string in // UTF-8. @@ -32,7 +33,7 @@ class Message; // One instance per process. Needs to be created on the main thread (the UI // thread in the browser) but OnPreDispatchMessage/OnPostDispatchMessage // can be called on other threads. -class Logging { +class IPC_EXPORT Logging { public: // Implemented by consumers of log messages. class Consumer { |