Index: components/mus/common/args.h |
diff --git a/components/mus/common/args.h b/components/mus/common/args.h |
index 29c3de8aba20455f8b6e7e0b0390efb7210d5829..02c1b52010bdd4154cabba19380bdfdf3151b6cd 100644 |
--- a/components/mus/common/args.h |
+++ b/components/mus/common/args.h |
@@ -5,11 +5,13 @@ |
#ifndef COMPONENTS_MUS_COMMON_ARGS_H_ |
#define COMPONENTS_MUS_COMMON_ARGS_H_ |
+#include "components/mus/common/mus_common_export.h" |
+ |
namespace mus { |
// All args in alphabetical order. The switches should be documented |
// alongside the definition of their values in the .cc file. |
-extern const char kUseX11TestConfig[]; |
+extern const char MUS_COMMON_EXPORT kUseX11TestConfig[]; |
} // namespace mus |