Index: chrome/browser/memory_details_mac.cc |
diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc |
index 46b19c8f456b4ea96ad68869e2739cc5f806c449..0b1fb124effcade922ed19494d679c4ad899a8f1 100644 |
--- a/chrome/browser/memory_details_mac.cc |
+++ b/chrome/browser/memory_details_mac.cc |
@@ -53,7 +53,7 @@ enum BrowserType { |
MemoryDetails::MemoryDetails() { |
- static const std::string google_browser_name = |
+ const std::string google_browser_name = |
l10n_util::GetStringUTF8(IDS_PRODUCT_NAME); |
// (Human and process) names of browsers; should match the ordering for |
// |BrowserProcess| (i.e., |BrowserType|). |