summaryrefslogtreecommitdiff
path: root/chromium/google_apis/gcm/engine/connection_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/google_apis/gcm/engine/connection_handler.cc')
-rw-r--r--chromium/google_apis/gcm/engine/connection_handler.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/chromium/google_apis/gcm/engine/connection_handler.cc b/chromium/google_apis/gcm/engine/connection_handler.cc
new file mode 100644
index 00000000000..bc9b6585979
--- /dev/null
+++ b/chromium/google_apis/gcm/engine/connection_handler.cc
@@ -0,0 +1,15 @@
+// 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_handler.h"
+
+namespace gcm {
+
+ConnectionHandler::ConnectionHandler() {
+}
+
+ConnectionHandler::~ConnectionHandler() {
+}
+
+} // namespace gcm