| Index: base/trace_event/memory_dump_manager.cc
|
| diff --git a/base/trace_event/memory_dump_manager.cc b/base/trace_event/memory_dump_manager.cc
|
| index cbed2380039c78bea20c3dcc7c602000f59d61bf..8b2d930a4bc5ab1e09b0f4295910eff07d474a53 100644
|
| --- a/base/trace_event/memory_dump_manager.cc
|
| +++ b/base/trace_event/memory_dump_manager.cc
|
| @@ -37,7 +37,8 @@ const char* DumpPointTypeToString(const DumpPointType& dump_point_type) {
|
| NOTREACHED();
|
| return "UNKNOWN";
|
| }
|
| -}
|
| +
|
| +} // namespace
|
|
|
| // TODO(primiano): this should be smarter and should do something similar to
|
| // trace event synthetic delays.
|
|
|