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

Unified Diff: chrome/browser/metrics/plugin_metrics_provider.h

Issue 1407203002: Removing un-necessary conversion from std::string to base::string16. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
Index: chrome/browser/metrics/plugin_metrics_provider.h
diff --git a/chrome/browser/metrics/plugin_metrics_provider.h b/chrome/browser/metrics/plugin_metrics_provider.h
index b8bce8095f7ecc590b461be9c10daf2f6fe66389..c92efa28b2d2fcbc2a20eb930bf5b69dc0c3e812 100644
--- a/chrome/browser/metrics/plugin_metrics_provider.h
+++ b/chrome/browser/metrics/plugin_metrics_provider.h
@@ -103,7 +103,7 @@ class PluginMetricsProvider : public metrics::MetricsProvider,
std::vector<content::WebPluginInfo> plugins_;
// Buffer of child process notifications for quick access.
- std::map<base::string16, ChildProcessStats> child_process_stats_buffer_;
+ std::map<std::string, ChildProcessStats> child_process_stats_buffer_;
base::WeakPtrFactory<PluginMetricsProvider> weak_ptr_factory_;
« no previous file with comments | « no previous file | chrome/browser/metrics/plugin_metrics_provider.cc » ('j') | chrome/browser/metrics/plugin_metrics_provider.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698