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

Unified Diff: chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h

Issue 114883004: Add base:: namespace to straggling string16s left in chrome/browser/ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: found more Created 7 years 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/ui/webui/performance_monitor/performance_monitor_l10n.h
diff --git a/chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h b/chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h
index b9fef18f144b076b90a72b938401f3cff0b1e77a..5c356af2e25772c1c29360e5050cd34df3633a22 100644
--- a/chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h
+++ b/chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.h
@@ -40,7 +40,7 @@ base::string16 GetLocalizedStringForMetricTypeDescription(
const MetricType type);
// Miscellaneous
-string16 GetLocalizedStringFromUnit(const Unit unit);
+base::string16 GetLocalizedStringFromUnit(const Unit unit);
} // namespace performance_monitor
« no previous file with comments | « chrome/browser/ui/webui/history_ui.cc ('k') | chrome/browser/ui/webui/signin/user_manager_screen_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698