| Index: chrome/browser/chromeos/system/sysinfo_provider.h
|
| diff --git a/chrome/browser/chromeos/system/sysinfo_provider.h b/chrome/browser/chromeos/system/sysinfo_provider.h
|
| index 27a7da6d6d6c199b1775cc8ee17e4897ec8ade93..1d47e4d9f8e284324bd67dcd72b43303857d48b6 100644
|
| --- a/chrome/browser/chromeos/system/sysinfo_provider.h
|
| +++ b/chrome/browser/chromeos/system/sysinfo_provider.h
|
| @@ -6,10 +6,14 @@
|
| #define CHROME_BROWSER_CHROMEOS_SYSTEM_SYSINFO_PROVIDER_H_
|
|
|
| #include <string>
|
| +#include <vector>
|
|
|
| #include "base/callback.h"
|
| +#include "base/memory/singleton.h"
|
| +#include "base/synchronization/lock.h"
|
| #include "chrome/browser/cancelable_request.h"
|
|
|
| +
|
| class CancelableRequestConsumerBase;
|
|
|
| namespace chromeos {
|
| @@ -36,4 +40,5 @@ class SysInfoProvider : public CancelableRequestProvider {
|
| } // namespace system
|
| } // namespace chromeos
|
|
|
| +
|
| #endif // CHROME_BROWSER_CHROMEOS_SYSTEM_SYSINFO_PROVIDER_H_
|
|
|