#ifndef GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_H_
#define GOOGLE_APIS_GCM_ENGINE_CONNECTION_FACTORY_H_
#include <string>
#include "base/functional/callback_forward.h"
#include "base/time/time.h"
#include "google_apis/gcm/base/gcm_export.h"
#include "google_apis/gcm/engine/connection_handler.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
#include "services/network/public/mojom/proxy_resolving_socket.mojom.h"
class GURL;
namespace net {
class IPEndPoint;
}
namespace mcs_proto {
class LoginRequest;
}
namespace gcm {
GetProxyResolvingFactoryCallback;
class GCM_EXPORT ConnectionFactory { … };
}
#endif