chromium/components/gcm_driver/instance_id/instance_id_driver.cc

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

#include "components/gcm_driver/instance_id/instance_id_driver.h"

#include "build/build_config.h"
#include "components/gcm_driver/gcm_driver.h"
#include "components/gcm_driver/instance_id/instance_id.h"

namespace instance_id {

InstanceIDDriver::InstanceIDDriver(gcm::GCMDriver* gcm_driver)
    :{}

InstanceIDDriver::~InstanceIDDriver() {}

InstanceID* InstanceIDDriver::GetInstanceID(const std::string& app_id) {}

void InstanceIDDriver::RemoveInstanceID(const std::string& app_id) {}

bool InstanceIDDriver::ExistsInstanceID(const std::string& app_id) const {}

}  // namespace instance_id