// 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_SESSIONS_CORE_COMMAND_STORAGE_MANAGER_DELEGATE_H_ #define COMPONENTS_SESSIONS_CORE_COMMAND_STORAGE_MANAGER_DELEGATE_H_ #include <stddef.h> #include <vector> namespace sessions { // The CommandStorageManagerDelegate decouples the CommandStorageManager from // chrome/content dependencies. class CommandStorageManagerDelegate { … }; } // namespace sessions #endif // COMPONENTS_SESSIONS_CORE_COMMAND_STORAGE_MANAGER_DELEGATE_H_