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

Unified Diff: chromeos/system/cpu_temperature_reader.h

Issue 2835413002: chromeos: Add CHROMEOS_EXPORT to CPUTemperatureReader (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/system/cpu_temperature_reader.h
diff --git a/chromeos/system/cpu_temperature_reader.h b/chromeos/system/cpu_temperature_reader.h
index 45c77ed5e4259f468f1ba5377f1d74aeca825f9d..d32672525f8f7d6ea06069d8f459de0efd6546f6 100644
--- a/chromeos/system/cpu_temperature_reader.h
+++ b/chromeos/system/cpu_temperature_reader.h
@@ -11,12 +11,13 @@
#include "base/files/file_path.h"
#include "base/macros.h"
+#include "chromeos/chromeos_export.h"
namespace chromeos {
namespace system {
// Used to read CPU temperature info from sysfs hwmon.
-class CPUTemperatureReader {
+class CHROMEOS_EXPORT CPUTemperatureReader {
public:
// Contains info from a CPU temperature sensor.
struct CPUTemperatureInfo {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698