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

Unified Diff: chrome/tools/convert_dict/aff_reader.h

Issue 384103: This patch is the rest of the lint cleanup minus the other open issue. (Closed)
Patch Set: Created 11 years, 1 month 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 | « chrome/test/reliability/page_load_test.h ('k') | chrome/tools/convert_dict/dic_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/convert_dict/aff_reader.h
diff --git a/chrome/tools/convert_dict/aff_reader.h b/chrome/tools/convert_dict/aff_reader.h
index 411bde8ee559bbf111ec102662c8ad85da3c8f68..364f4461515d4cd1b51e75eb6af9dce362740649 100644
--- a/chrome/tools/convert_dict/aff_reader.h
+++ b/chrome/tools/convert_dict/aff_reader.h
@@ -14,7 +14,7 @@ namespace convert_dict {
class AffReader {
public:
- AffReader(const std::string& filename);
+ explicit explicit AffReader(const std::string& filename);
~AffReader();
bool Read();
@@ -60,7 +60,7 @@ class AffReader {
int AddAffixGroup(std::string* rule); // Returns the new affix group ID.
void AddAffix(std::string* rule); // SFX/PFX
void AddReplacement(std::string* rule);
- //void HandleFlag(std::string* rule);
+ // void HandleFlag(std::string* rule);
// Used to handle "other" commands. The "raw" just saves the line as-is.
// The "encoded" version converts the line to UTF-8 and saves it.
« no previous file with comments | « chrome/test/reliability/page_load_test.h ('k') | chrome/tools/convert_dict/dic_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698