summaryrefslogtreecommitdiffstats
path: root/base/profiler
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-02 01:01:49 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-02 01:01:49 +0000
commita24cea825d6a804ab54fcc04697c6a0328b19752 (patch)
tree7e6ab42253c2892d6a0f3e4ba9865cdba3c911c8 /base/profiler
parentf3da152dfaa23bf58475e17d5f3d207806ae4705 (diff)
downloadchromium_src-a24cea825d6a804ab54fcc04697c6a0328b19752.zip
chromium_src-a24cea825d6a804ab54fcc04697c6a0328b19752.tar.gz
chromium_src-a24cea825d6a804ab54fcc04697c6a0328b19752.tar.bz2
base: No need to tag enum types with BASE_EXPORT in header files.
R=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10454099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140147 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/profiler')
-rw-r--r--base/profiler/alternate_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/profiler/alternate_timer.h b/base/profiler/alternate_timer.h
index eb0022d..7fd9fa2 100644
--- a/base/profiler/alternate_timer.h
+++ b/base/profiler/alternate_timer.h
@@ -12,7 +12,7 @@
namespace tracked_objects {
-enum BASE_EXPORT TimeSourceType {
+enum TimeSourceType {
TIME_SOURCE_TYPE_WALL_TIME,
TIME_SOURCE_TYPE_TCMALLOC
};