commit | 40cd26fdbc86652518f804d104203399087ff411 | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Sat Feb 09 17:37:02 2019 |
committer | Commit Bot <[email protected]> | Sat Feb 09 17:37:02 2019 |
tree | 241ffa21bd04d77cb75fd9f10bbfd43d892ed8f7 | |
parent | 0d28d30af7a936c5ed5a17b61e2e582cdaffc64b [diff] [blame] |
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_