Commit d4b0565d authored by sdefresne's avatar sdefresne Committed by Commit bot

Fix minor style issue

BUG=None

Review URL: https://codereview.chromium.org/969353005

Cr-Commit-Position: refs/heads/master@{#318877}
parent a40f2740
......@@ -12,8 +12,8 @@ namespace ios {
// A class that provides access to localized strings.
class StringProvider {
public:
StringProvider() {};
virtual ~StringProvider() {};
StringProvider() {}
virtual ~StringProvider() {}
// Strings used in //ios/chrome.
// TODO(droger): Find a long term solution for strings used in //ios/chrome.
......
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