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

Unified Diff: extensions/browser/value_store/lazy_leveldb.h

Issue 2973863002: Remove std::string histogram name from HistogramBase object.
Patch Set: rebased Created 3 years, 4 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 | « chromecast/base/metrics/grouped_histogram.cc ('k') | extensions/browser/value_store/leveldb_value_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/value_store/lazy_leveldb.h
diff --git a/extensions/browser/value_store/lazy_leveldb.h b/extensions/browser/value_store/lazy_leveldb.h
index d27dd4741f513202385344f6bdf00a7bd1b83880..c0098ae34886c4d3f3d727e8ef8d95b1944646ca 100644
--- a/extensions/browser/value_store/lazy_leveldb.h
+++ b/extensions/browser/value_store/lazy_leveldb.h
@@ -62,7 +62,7 @@ class LazyLevelDb {
// to delete the database. Will only attempt a single recovery.
ValueStore::Status EnsureDbIsOpen();
- const std::string& open_histogram_name() const {
+ const char* open_histogram_name() const {
return open_histogram_->histogram_name();
}
« no previous file with comments | « chromecast/base/metrics/grouped_histogram.cc ('k') | extensions/browser/value_store/leveldb_value_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698