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

Unified Diff: components/leveldb_proto/proto_database_impl.h

Issue 2512783005: Fix //third_party/cec to not disable -Wunused-function. (Closed)
Patch Set: Rebase Created 4 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/base/tracing_browsertest.cc ('k') | components/search_engines/template_url_prepopulate_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb_proto/proto_database_impl.h
diff --git a/components/leveldb_proto/proto_database_impl.h b/components/leveldb_proto/proto_database_impl.h
index 42c0dff677fcfa9d9c2f3f12ac78f13087f5f294..77f664cddd6419ee1170541e46bd59597a08b1eb 100644
--- a/components/leveldb_proto/proto_database_impl.h
+++ b/components/leveldb_proto/proto_database_impl.h
@@ -181,9 +181,9 @@ void LoadEntriesFromTaskRunner(LevelDB* database,
}
}
-void LoadKeysFromTaskRunner(LevelDB* database,
- std::vector<std::string>* keys,
- bool* success) {
+inline void LoadKeysFromTaskRunner(LevelDB* database,
+ std::vector<std::string>* keys,
+ bool* success) {
DCHECK(success);
DCHECK(keys);
keys->clear();
« no previous file with comments | « chrome/test/base/tracing_browsertest.cc ('k') | components/search_engines/template_url_prepopulate_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698