Index: third_party/WebKit/Source/core/inspector/InspectorEmulationAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorEmulationAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorEmulationAgent.cpp |
index 4b4ab41d07f5e47ae82f730fdc4f5af3110ae01f..c02ddb483a2550a1a79a239f766ad2a794dc0920 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorEmulationAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorEmulationAgent.cpp |
@@ -34,7 +34,7 @@ static const char kForcedViewportY[] = "forcedViewportY"; |
static const char kForcedViewportScale[] = "forcedViewportScale"; |
static const char kDefaultBackgroundColorOverrideRGBA[] = |
"defaultBackgroundColorOverrideRGBA"; |
-} |
+} // namespace EmulationAgentState |
InspectorEmulationAgent* InspectorEmulationAgent::Create( |
WebLocalFrameBase* web_local_frame_impl, |