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

Unified Diff: services/prediction/dictionary_service.cc

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 | « services/prediction/dictionary_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/prediction/dictionary_service.cc
diff --git a/services/prediction/dictionary_service.cc b/services/prediction/dictionary_service.cc
index e9fbc86cb233de013d423d88f8aaf06e7a8cbf6a..7332b973104842209ce2e588997fab5ea3f8f560 100644
--- a/services/prediction/dictionary_service.cc
+++ b/services/prediction/dictionary_service.cc
@@ -44,7 +44,7 @@ void DictionaryService::CreatDictFromEmbeddedDataIfNotExist(
dic_file.close();
}
-latinime::Dictionary* const DictionaryService::OpenDictionary(
+latinime::Dictionary* DictionaryService::OpenDictionary(
const std::string path,
const int start_offset,
const int size,
« no previous file with comments | « services/prediction/dictionary_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698