summaryrefslogtreecommitdiffstats
path: root/base/system_monitor/system_monitor.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 21:20:07 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-24 21:20:07 +0000
commita0148f28664af0b11dc3cfe7a240d276aa762730 (patch)
tree0323bb1de36bb774dc955b9f12842a54bd71f904 /base/system_monitor/system_monitor.h
parent5c0f545fd692c0e3d7a25f14483d0410a17e7698 (diff)
downloadchromium_src-a0148f28664af0b11dc3cfe7a240d276aa762730.zip
chromium_src-a0148f28664af0b11dc3cfe7a240d276aa762730.tar.gz
chromium_src-a0148f28664af0b11dc3cfe7a240d276aa762730.tar.bz2
Add BASE_API to SystemMonitor::PowerObserver to be able to
export net::HttpNetworkLayer BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/6992032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/system_monitor/system_monitor.h')
-rw-r--r--base/system_monitor/system_monitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/system_monitor/system_monitor.h b/base/system_monitor/system_monitor.h
index 082c37f..e2de14c 100644
--- a/base/system_monitor/system_monitor.h
+++ b/base/system_monitor/system_monitor.h
@@ -66,7 +66,7 @@ class BASE_API SystemMonitor {
// are finished. Observers should implement quick callback functions; if
// lengthy operations are needed, the observer should take care to invoke
// the operation on an appropriate thread.
- class PowerObserver {
+ class BASE_API PowerObserver {
public:
// Notification of a change in power status of the computer, such
// as from switching between battery and A/C power.