Index: ui/base/clipboard/custom_data_helper.cc |
diff --git a/ui/base/clipboard/custom_data_helper.cc b/ui/base/clipboard/custom_data_helper.cc |
index f0b3aa30846a51e1f6db38463d3fbe7228c4adfa..a6ac8d2b1070a0565753d3dcc1108efb6ff68dcc 100644 |
--- a/ui/base/clipboard/custom_data_helper.cc |
+++ b/ui/base/clipboard/custom_data_helper.cc |
@@ -4,7 +4,7 @@ |
// |
// TODO(dcheng): For efficiency reasons, consider passing custom data around |
// as a vector instead. It allows us to append a |
-// std::pair<string16, string16> and swap the deserialized values in. |
+// std::pair<base::string16, base::string16> and swap the deserialized values. |
#include "ui/base/clipboard/custom_data_helper.h" |