| Index: content/browser/media/media_internals_unittest.cc
|
| diff --git a/content/browser/media/media_internals_unittest.cc b/content/browser/media/media_internals_unittest.cc
|
| index e16124bd096594ea68f506f4263593ad69c9eb8e..2947104cad3411105defe492552d31de672dd390 100644
|
| --- a/content/browser/media/media_internals_unittest.cc
|
| +++ b/content/browser/media/media_internals_unittest.cc
|
| @@ -45,7 +45,7 @@ class MediaInternalsTest
|
|
|
| protected:
|
| // Extracts and deserializes the JSON update data; merges into |update_data_|.
|
| - void UpdateCallbackImpl(const string16& update) {
|
| + void UpdateCallbackImpl(const base::string16& update) {
|
| // Each update string looks like "<JavaScript Function Name>({<JSON>});", to
|
| // use the JSON reader we need to strip out the JavaScript code.
|
| std::string utf8_update = base::UTF16ToUTF8(update);
|
|
|