chromium/google_apis/gcm/engine/connection_event_tracker_unittest.cc

// Copyright 2016 The Chromium Authors
// 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_event_tracker.h"

#include "google_apis/gcm/protocol/mcs.pb.h"
#include "net/base/net_errors.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace gcm {
namespace {

class ConnectionEventTrackerTest : public testing::Test {};

}  // namespace

TEST_F(ConnectionEventTrackerTest, SuccessfulAttempt) {}

}  // namespace gcm