// 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 EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_MEMORY_INFO_PROVIDER_H_ #define EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_MEMORY_INFO_PROVIDER_H_ #include "base/lazy_instance.h" #include "extensions/browser/api/system_info/system_info_provider.h" #include "extensions/common/api/system_memory.h" namespace extensions { class MemoryInfoProvider : public SystemInfoProvider { … }; } // namespace extensions #endif // EXTENSIONS_BROWSER_API_SYSTEM_MEMORY_MEMORY_INFO_PROVIDER_H_