Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp |
index 7c62a7c7b38e2403a71e9ee3113f3bda2bdf2a91..675101a641777e58a9c95989725c3d43b9668423 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp |
@@ -159,7 +159,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType) |
return ""; |
} |
-} |
+} // namespace |
namespace InspectorScheduleStyleInvalidationTrackingEvent { |
PassRefPtr<TracedValue> fillCommonPart(Element& element, const InvalidationSet& invalidationSet, const char* invalidatedSelector) |
@@ -839,4 +839,4 @@ PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorHitTestEvent::endData( |
return value; |
} |
-} |
+} // namespace blink |