| Index: ppapi/shared_impl/test_globals.cc
|
| diff --git a/ppapi/shared_impl/test_globals.cc b/ppapi/shared_impl/test_globals.cc
|
| index b1dc0fe0e5fe631209758acb06cc375a9c4e5a30..cf19286ae8cc6747c583a008d0fd392b5b1ac1bb 100644
|
| --- a/ppapi/shared_impl/test_globals.cc
|
| +++ b/ppapi/shared_impl/test_globals.cc
|
| @@ -58,13 +58,13 @@ base::Lock* TestGlobals::GetProxyLock() {
|
| }
|
|
|
| void TestGlobals::LogWithSource(PP_Instance instance,
|
| - PP_LogLevel_Dev level,
|
| + PP_LogLevel level,
|
| const std::string& source,
|
| const std::string& value) {
|
| }
|
|
|
| void TestGlobals::BroadcastLogWithSource(PP_Module module,
|
| - PP_LogLevel_Dev level,
|
| + PP_LogLevel level,
|
| const std::string& source,
|
| const std::string& value) {
|
| }
|
|
|