| Index: webkit/tools/pepper_test_plugin/main.cc
|
| diff --git a/webkit/tools/pepper_test_plugin/main.cc b/webkit/tools/pepper_test_plugin/main.cc
|
| index 061b54ba282dc43eeb2516e1c51fbddeb16a3c93..da7220694593af657b3dc56cc8ce943889e91c39 100644
|
| --- a/webkit/tools/pepper_test_plugin/main.cc
|
| +++ b/webkit/tools/pepper_test_plugin/main.cc
|
| @@ -63,7 +63,7 @@ void Log(NPP instance, const char* format, ...) {
|
| char msgbuf[100];
|
| vsnprintf(msgbuf, sizeof(msgbuf), format, args);
|
| #else
|
| - StringAppendV(&message, format, args);
|
| + base::StringAppendV(&message, format, args);
|
| #endif
|
| va_end(args);
|
|
|
|
|