#ifndef COMPONENTS_GCM_DRIVER_FAKE_GCM_PROFILE_SERVICE_H_
#define COMPONENTS_GCM_DRIVER_FAKE_GCM_PROFILE_SERVICE_H_
#include <list>
#include <memory>
#include <string>
#include <vector>
#include "components/gcm_driver/common/gcm_message.h"
#include "components/gcm_driver/gcm_client.h"
#include "components/gcm_driver/gcm_profile_service.h"
namespace content {
class BrowserContext;
}
namespace instance_id {
class FakeGCMDriverForInstanceID;
}
namespace gcm {
class FakeGCMProfileService : public GCMProfileService { … };
}
#endif