Remove a few more semicolons.

TBR=rsesek

Bug: 926235
Change-Id: Ibaf250d761cc5f0fc5e334319c12ecb09f7e69c6
Reviewed-on: https://chromium-review.googlesource.com/c/1461320
Commit-Queue: Nico Weber <[email protected]>
Auto-Submit: Nico Weber <[email protected]>
Reviewed-by: Scott Violet <[email protected]>
Cr-Commit-Position: refs/heads/master@{#630638}
diff --git a/content/common/drag_event_source_info.h b/content/common/drag_event_source_info.h
index b5177ee..d78ac45 100644
--- a/content/common/drag_event_source_info.h
+++ b/content/common/drag_event_source_info.h
@@ -17,6 +17,6 @@
   ui::DragDropTypes::DragEventSource event_source;
 };
 
-};  // namespace content
+}  // namespace content
 
 #endif  // CONTENT_COMMON_DRAG_EVENT_SOURCE_INFO_H_