| Index: remoting/base/constants.h
|
| diff --git a/remoting/base/constants.h b/remoting/base/constants.h
|
| index d124172eb1cf89be0b2299de599999ce144dbc93..c992f110c6b49807d4cdbc61caa76ec6699427d7 100644
|
| --- a/remoting/base/constants.h
|
| +++ b/remoting/base/constants.h
|
| @@ -12,6 +12,9 @@ extern const char kChromotingBotJid[];
|
| // Service name used for authentication.
|
| extern const char kChromotingTokenServiceName[];
|
|
|
| +// Namespace used for chromoting XMPP stanzas.
|
| +extern const char kChromotingXmlNamespace[];
|
| +
|
| } // namespace remoting
|
|
|
| #endif // REMOTING_BASE_CONSTANTS_H_
|
|
|