Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1805)

Unified Diff: chrome/browser/chromeos/system/sysinfo_provider.h

Issue 10827130: Refactoring the SysInfoProvider. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698