Index: content/public/browser/child_process_data.h |
diff --git a/content/public/browser/child_process_data.h b/content/public/browser/child_process_data.h |
index b6693050aba096020c6f4e1217e1ef4d65c2fd59..3683be9c3303208e7823782a54b2ce7c3e6311b6 100644 |
--- a/content/public/browser/child_process_data.h |
+++ b/content/public/browser/child_process_data.h |
@@ -18,7 +18,7 @@ struct ChildProcessData { |
// The name of the process. i.e. for plugins it might be Flash, while for |
// for workers it might be the domain that it's from. |
- string16 name; |
+ base::string16 name; |
// The unique identifier for this child process. This identifier is NOT a |
// process ID, and will be unique for all types of child process for |