Chromium Code Reviews| Index: base/tracked_objects.h |
| =================================================================== |
| --- base/tracked_objects.h (revision 82052) |
| +++ base/tracked_objects.h (working copy) |
| @@ -630,7 +630,7 @@ |
| // only allow the tracking system to be started up at most once, and shutdown |
| // at most once. See bug 31344 for an example. |
| -class AutoTracking { |
| +class BASE_API AutoTracking { |
| public: |
| AutoTracking() { |
| if (state_ != kNeverBeenRun) |