| Index: third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| index 64c03ea7e4bdcb354ecb3a96bd0d5e3503b81d52..fb2981fadb3308386836efe9688a470e9d82737d 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8HeapProfilerAgentImpl.cpp
|
| @@ -13,7 +13,7 @@
|
| #include <v8-profiler.h>
|
| #include <v8-version.h>
|
|
|
| -namespace blink {
|
| +namespace v8_inspector {
|
|
|
| namespace {
|
|
|
| @@ -398,4 +398,4 @@ void V8HeapProfilerAgentImpl::stopSampling(ErrorString* errorString, std::unique
|
| #endif
|
| }
|
|
|
| -} // namespace blink
|
| +} // namespace v8_inspector
|
|
|