// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef NET_DISK_CACHE_SIMPLE_SIMPLE_INDEX_DELEGATE_H_ #define NET_DISK_CACHE_SIMPLE_SIMPLE_INDEX_DELEGATE_H_ #include <stdint.h> #include <vector> #include "net/base/completion_once_callback.h" #include "net/base/net_export.h" namespace disk_cache { class NET_EXPORT_PRIVATE SimpleIndexDelegate { … }; } // namespace disk_cache #endif // NET_DISK_CACHE_SIMPLE_SIMPLE_INDEX_DELEGATE_H_