| Index: third_party/WebKit/Source/platform/EventTracer.h
|
| diff --git a/third_party/WebKit/Source/platform/EventTracer.h b/third_party/WebKit/Source/platform/EventTracer.h
|
| index a8374861477810526f62a73abb995cd608e11fa1..d6a4ca85b74f43ced08ef2d05c09f030823d1411 100644
|
| --- a/third_party/WebKit/Source/platform/EventTracer.h
|
| +++ b/third_party/WebKit/Source/platform/EventTracer.h
|
| @@ -64,7 +64,7 @@ public:
|
| virtual void estimateTraceMemoryOverhead(base::trace_event::TraceEventMemoryOverhead*) { }
|
| };
|
|
|
| -}
|
| +} // namespace TraceEvent
|
|
|
| // FIXME: Make these global variables thread-safe. Make a value update atomic.
|
| PLATFORM_EXPORT extern TraceEvent::TraceEventAPIAtomicWord* traceSamplingState[3];
|
|
|