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

Unified Diff: components/mus/common/args.h

Issue 1695783002: IPC::ParamTraits for ui::Event (towards ui::Events over mojo IPC) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicate MUS_COMMON_EXPORT in header and impl Created 4 years, 10 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: 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

Powered by Google App Engine
This is Rietveld 408576698