Commit 4bc400f6 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove a few unnecessary semicolons.

This CL was uploaded by git cl split.

R=japhet@chromium.org

Bug: 926235
Change-Id: I46f54cabb463e6322effde6316335e8d5e04abb8
Reviewed-on: https://chromium-review.googlesource.com/c/1464130
Commit-Queue: Jeremy Roman <jbroman@chromium.org>
Reviewed-by: default avatarJeremy Roman <jbroman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#632369}
parent 313f7c9b
...@@ -33,7 +33,7 @@ class ResourceLoaderTest : public testing::Test { ...@@ -33,7 +33,7 @@ class ResourceLoaderTest : public testing::Test {
}; };
ResourceLoaderTest() ResourceLoaderTest()
: foo_url_("https://foo.test"), bar_url_("https://bar.test"){}; : foo_url_("https://foo.test"), bar_url_("https://bar.test") {}
protected: protected:
using FetchRequestMode = network::mojom::FetchRequestMode; using FetchRequestMode = network::mojom::FetchRequestMode;
......
...@@ -101,7 +101,7 @@ void SourceKeyedCachedMetadataHandler::ClearCachedMetadata( ...@@ -101,7 +101,7 @@ void SourceKeyedCachedMetadataHandler::ClearCachedMetadata(
cached_metadata_map_.clear(); cached_metadata_map_.clear();
if (cache_type == CachedMetadataHandler::kSendToPlatform) if (cache_type == CachedMetadataHandler::kSendToPlatform)
SendToPlatform(); SendToPlatform();
}; }
String SourceKeyedCachedMetadataHandler::Encoding() const { String SourceKeyedCachedMetadataHandler::Encoding() const {
return String(encoding_.GetName()); return String(encoding_.GetName());
...@@ -212,7 +212,7 @@ void SourceKeyedCachedMetadataHandler::SetSerializedCachedMetadata( ...@@ -212,7 +212,7 @@ void SourceKeyedCachedMetadataHandler::SetSerializedCachedMetadata(
if (size > 0) { if (size > 0) {
cached_metadata_map_.clear(); cached_metadata_map_.clear();
} }
}; }
void SourceKeyedCachedMetadataHandler::SendToPlatform() { void SourceKeyedCachedMetadataHandler::SendToPlatform() {
if (!sender_) if (!sender_)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment