summaryrefslogtreecommitdiffstats
path: root/google_apis/gcm/engine/connection_factory.cc
diff options
context:
space:
mode:
Diffstat (limited to 'google_apis/gcm/engine/connection_factory.cc')
-rw-r--r--google_apis/gcm/engine/connection_factory.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/google_apis/gcm/engine/connection_factory.cc b/google_apis/gcm/engine/connection_factory.cc
new file mode 100644
index 0000000..016e1e2
--- /dev/null
+++ b/google_apis/gcm/engine/connection_factory.cc
@@ -0,0 +1,12 @@
+// Copyright 2013 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 "google_apis/gcm/engine/connection_factory.h"
+
+namespace gcm {
+
+ConnectionFactory::ConnectionFactory() {}
+ConnectionFactory::~ConnectionFactory() {}
+
+} // namespace gcm