summaryrefslogtreecommitdiffstats
path: root/remoting/client/client_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/client/client_config.cc')
-rw-r--r--remoting/client/client_config.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/remoting/client/client_config.cc b/remoting/client/client_config.cc
new file mode 100644
index 0000000..aed88df
--- /dev/null
+++ b/remoting/client/client_config.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2011 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.
+
+#include "remoting/client/client_config.h"
+
+namespace remoting {
+
+ClientConfig::ClientConfig() {
+}
+
+ClientConfig::~ClientConfig() {
+}
+
+}