Index: ipc/ipc_switches.h |
=================================================================== |
--- ipc/ipc_switches.h (revision 96780) |
+++ ipc/ipc_switches.h (working copy) |
@@ -8,12 +8,12 @@ |
#define IPC_IPC_SWITCHES_H_ |
#pragma once |
-#include "base/base_switches.h" |
+#include "ipc/ipc_export.h" |
namespace switches { |
-extern const char kProcessChannelID[]; |
-extern const char kDebugChildren[]; |
+IPC_EXPORT extern const char kProcessChannelID[]; |
+IPC_EXPORT extern const char kDebugChildren[]; |
} // namespace switches |