Index: components/mus/common/args.cc |
diff --git a/components/mus/common/args.cc b/components/mus/common/args.cc |
index c60d5911eb61de0fdb5a1f9b4155b0a90cebc393..634828aac910a69f5e13033b57d88b2790ca671b 100644 |
--- a/components/mus/common/args.cc |
+++ b/components/mus/common/args.cc |
@@ -3,11 +3,12 @@ |
// found in the LICENSE file. |
#include "components/mus/common/args.h" |
+#include "components/mus/common/mus_common_export.h" |
namespace mus { |
// Initializes X11 in threaded mode, and sets the |override_redirect| flag when |
// creating X11 windows. |
-const char kUseX11TestConfig[] = "use-x11-test-config"; |
+const char MUS_COMMON_EXPORT kUseX11TestConfig[] = "use-x11-test-config"; |
} // namespace mus |