// 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_FAKE_GCM_DRIVER_H_ #define COMPONENTS_GCM_DRIVER_FAKE_GCM_DRIVER_H_ #include "base/compiler_specific.h" #include "base/memory/ref_counted.h" #include "components/gcm_driver/gcm_driver.h" namespace base { class FilePath; class SequencedTaskRunner; } namespace gcm { class FakeGCMDriver : public GCMDriver { … }; } // namespace gcm #endif // COMPONENTS_GCM_DRIVER_FAKE_GCM_DRIVER_H_