| Index: third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp b/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| index 9847ca3fd9eb3df80241599a69c0349b4b94c996..bf12383d1037973d1fef7659d5a98c48e477ddbf 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorHistory.cpp
|
| @@ -51,7 +51,7 @@ public:
|
| bool isUndoableStateMark() override { return true; }
|
| };
|
|
|
| -}
|
| +} // namespace
|
|
|
| InspectorHistory::Action::Action(const String& name) : m_name(name)
|
| {
|
|
|