| Index: content/browser/plugin_loader_posix_unittest.cc
|
| diff --git a/content/browser/plugin_loader_posix_unittest.cc b/content/browser/plugin_loader_posix_unittest.cc
|
| index 13620f74dd30064e9798081e81b55f0b4e273868..4690768435c2ab93f85dae3fcd40d3c6de410b58 100644
|
| --- a/content/browser/plugin_loader_posix_unittest.cc
|
| +++ b/content/browser/plugin_loader_posix_unittest.cc
|
| @@ -14,6 +14,8 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| +using base::ASCIIToUTF16;
|
| +
|
| namespace content {
|
|
|
| class MockPluginLoaderPosix : public PluginLoaderPosix {
|
|
|