// 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_DELAYED_TASK_CONTROLLER_H_ #define COMPONENTS_GCM_DRIVER_GCM_DELAYED_TASK_CONTROLLER_H_ #include <vector> #include "base/functional/callback.h" #include "base/time/time.h" namespace gcm { // Helper class to save tasks to run until we're ready to execute them. class GCMDelayedTaskController { … }; } // namespace gcm #endif // COMPONENTS_GCM_DRIVER_GCM_DELAYED_TASK_CONTROLLER_H_