chromium/components/gcm_driver/gcm_connection_observer.h

// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_GCM_DRIVER_GCM_CONNECTION_OBSERVER_H_
#define COMPONENTS_GCM_DRIVER_GCM_CONNECTION_OBSERVER_H_


namespace net {
class IPEndPoint;
}

namespace gcm {

// Interface for objects observing GCM connection events.
class GCMConnectionObserver {};

}  // namespace gcm

#endif  // COMPONENTS_GCM_DRIVER_GCM_CONNECTION_OBSERVER_H_