// 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 COMPONENTS_NACL_BROWSER_NACL_VALIDATION_CACHE_H_ #define COMPONENTS_NACL_BROWSER_NACL_VALIDATION_CACHE_H_ #include <stddef.h> #include <string> #include <vector> #include "base/containers/lru_cache.h" namespace base { class Pickle; } namespace nacl { class NaClValidationCache { … }; } // namespace nacl #endif // COMPONENTS_NACL_BROWSER_NACL_VALIDATION_CACHE_H_