diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:54:43 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 23:54:43 +0000 |
commit | 70da41462b30ad99d53be6c38fc42ed7235d1b96 (patch) | |
tree | e0498737606587abecb25a34c063e198a75193d0 /base/debug | |
parent | afedf0168c27568034e6fe98eb4b573a36469f98 (diff) | |
download | chromium_src-70da41462b30ad99d53be6c38fc42ed7235d1b96.zip chromium_src-70da41462b30ad99d53be6c38fc42ed7235d1b96.tar.gz chromium_src-70da41462b30ad99d53be6c38fc42ed7235d1b96.tar.bz2 |
linux components: expose one last function from base needed by test_shell
Review URL: http://codereview.chromium.org/6883279
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug')
-rw-r--r-- | base/debug/trace_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h index c3405fe..3b4afc5 100644 --- a/base/debug/trace_event.h +++ b/base/debug/trace_event.h @@ -88,7 +88,7 @@ class ProcessMetrics; namespace debug { -class TraceLog { +class BASE_API TraceLog { public: enum EventType { EVENT_BEGIN, |