Update ASan/Android runtime and setup script to LLVM r200682.
[chromium-blink-merge.git] / google_apis / gcm / engine / connection_factory.cc
blob016e1e2b89c7b7f571194620f25ff0f4516c9887
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_factory.h"
7 namespace gcm {
9 ConnectionFactory::ConnectionFactory() {}
10 ConnectionFactory::~ConnectionFactory() {}
12 } // namespace gcm