Add a link to crbug.com/512301 to TODO in media_permission.cc regarding pepper media...
[chromium-blink-merge.git] / google_apis / gcm / engine / connection_handler.cc
blobbc9b65859797d8f49704ec77ae25d9d0b1e0856c
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "google_apis/gcm/engine/connection_handler.h"
7 namespace gcm {
9 ConnectionHandler::ConnectionHandler() {
12 ConnectionHandler::~ConnectionHandler() {
15 } // namespace gcm