summaryrefslogtreecommitdiffstats
path: root/base/timer.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 18:48:03 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 18:48:03 +0000
commit26fbf80ccd8269a6227a7124e9563283da85551a (patch)
tree69fef8a1cea0ac6d5e78322e18033091860d46a6 /base/timer.h
parent90509cbdde392aa218771f6673b9b5a6600c2b57 (diff)
downloadchromium_src-26fbf80ccd8269a6227a7124e9563283da85551a.zip
chromium_src-26fbf80ccd8269a6227a7124e9563283da85551a.tar.gz
chromium_src-26fbf80ccd8269a6227a7124e9563283da85551a.tar.bz2
Base: A few more files using BASE_API (for base.dll)
BUG=76996 TEST=none Review URL: http://codereview.chromium.org/6736019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79427 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/timer.h')
-rw-r--r--base/timer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/base/timer.h b/base/timer.h
index ff14427..6fe826a 100644
--- a/base/timer.h
+++ b/base/timer.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -47,6 +47,7 @@
// because they're flaky on the buildbot, but when you run them locally you
// should be able to tell the difference.
+#include "base/base_api.h"
#include "base/logging.h"
#include "base/task.h"
#include "base/time.h"
@@ -61,7 +62,7 @@ namespace base {
//
// This class exists to share code between BaseTimer<T> template instantiations.
//
-class BaseTimer_Helper {
+class BASE_API BaseTimer_Helper {
public:
// Stops the timer.
~BaseTimer_Helper() {