// 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. #ifndef GOOGLE_APIS_GCM_ENGINE_CONNECTION_EVENT_TRACKER_H_ #define GOOGLE_APIS_GCM_ENGINE_CONNECTION_EVENT_TRACKER_H_ #include <stdint.h> #include "base/containers/circular_deque.h" #include "google_apis/gcm/base/gcm_export.h" #include "google_apis/gcm/protocol/mcs.pb.h" #include "net/base/net_errors.h" namespace gcm { class GCM_EXPORT ConnectionEventTracker { … }; } // namespace gcm #endif // GOOGLE_APIS_GCM_ENGINE_CONNECTION_EVENT_TRACKER_H_