Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: ios/public/provider/chrome/browser/string_provider.h

Issue 969353005: Fix minor style issue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/string_provider.h
diff --git a/ios/public/provider/chrome/browser/string_provider.h b/ios/public/provider/chrome/browser/string_provider.h
index cefcb0ac920c0b1a04fbfc34a2297900538acfab..573b8ec0866522e2728c3c5deaedaf47acaa0993 100644
--- a/ios/public/provider/chrome/browser/string_provider.h
+++ b/ios/public/provider/chrome/browser/string_provider.h
@@ -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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698