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

Unified Diff: services/prediction/dictionary_service.h

Issue 2088563002: Enable Wextra and Wno-unused-parameters in default cflags (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 6 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 | « build/config/compiler/BUILD.gn ('k') | services/prediction/dictionary_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/prediction/dictionary_service.h
diff --git a/services/prediction/dictionary_service.h b/services/prediction/dictionary_service.h
index 7af1d56396bff3700f1c037729daa8e3851f115e..e171cff1274477acafbd7fb9a5223adcc2490a46 100644
--- a/services/prediction/dictionary_service.h
+++ b/services/prediction/dictionary_service.h
@@ -31,10 +31,10 @@ class DictionaryService {
private:
void CreatDictFromEmbeddedDataIfNotExist(const std::string path);
- latinime::Dictionary* const OpenDictionary(const std::string path,
- const int start_offset,
- const int size,
- const bool is_updatable);
+ latinime::Dictionary* OpenDictionary(const std::string path,
+ const int start_offset,
+ const int size,
+ const bool is_updatable);
latinime::PrevWordsInfo ProcessPrevWord(
mojo::Array<PrevWordInfoPtr>& prev_words);
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | services/prediction/dictionary_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698