diff options
Diffstat (limited to 'chrome/browser/memory_details.h')
-rw-r--r-- | chrome/browser/memory_details.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/memory_details.h b/chrome/browser/memory_details.h index 8756acd..07984b5 100644 --- a/chrome/browser/memory_details.h +++ b/chrome/browser/memory_details.h @@ -62,7 +62,7 @@ struct ProcessMemoryInformation { // If this is a renderer process, what type it is. RendererProcessType renderer_type; // A collection of titles used, i.e. for a tab it'll show all the page titles. - std::vector<string16> titles; + std::vector<base::string16> titles; }; typedef std::vector<ProcessMemoryInformation> ProcessMemoryInformationList; |