Index: remoting/base/constants.h |
=================================================================== |
--- remoting/base/constants.h (revision 0) |
+++ remoting/base/constants.h (revision 0) |
@@ -0,0 +1,16 @@ |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef REMOTING_BASE_CONSTANTS_H |
+#define REMOTING_BASE_CONSTANTS_H |
+ |
+#include <string> |
+ |
+namespace remoting { |
+ |
+extern const std::string kChromotingBotJid; |
+ |
+} // namespace remoting |
+ |
+#endif // REMOTING_BASE_CONSTANTS_H |
Property changes on: remoting/base/constants.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |