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

Unified Diff: ipc/mojo/scoped_ipc_support.h

Issue 2049363002: Move ScopedIPCSupport into its own build rule. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-handle-attachemnt-public-api
Patch Set: Update build. Created 4 years, 6 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: ipc/mojo/scoped_ipc_support.h
diff --git a/ipc/mojo/scoped_ipc_support.h b/ipc/mojo/scoped_ipc_support.h
index 29c50bf4a48ba48905701feede928a3d1fc045a7..1ef26fc97ca30f0749a181782f32a8b7c234e7b4 100644
--- a/ipc/mojo/scoped_ipc_support.h
+++ b/ipc/mojo/scoped_ipc_support.h
@@ -8,7 +8,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "base/task_runner.h"
-#include "ipc/ipc_export.h"
namespace IPC {
@@ -18,7 +17,7 @@ namespace IPC {
// This should be instantiated once per process and retained as long as Mojo IPC
// is needed. The TaskRunner passed to the constructor should outlive this
// object.
-class IPC_MOJO_EXPORT ScopedIPCSupport {
+class ScopedIPCSupport {
public:
ScopedIPCSupport(scoped_refptr<base::TaskRunner> io_thread_task_runner);
~ScopedIPCSupport();

Powered by Google App Engine
This is Rietveld 408576698