Chromium Code Reviews| Index: ppapi/shared_impl/BUILD.gn |
| diff --git a/ppapi/shared_impl/BUILD.gn b/ppapi/shared_impl/BUILD.gn |
| index 422600976ece4d5ca8894205b07f4130afc9abd5..9d205ece5efa7963761ba69235249b85b6e8080d 100644 |
| --- a/ppapi/shared_impl/BUILD.gn |
| +++ b/ppapi/shared_impl/BUILD.gn |
| @@ -193,8 +193,8 @@ source_set("test_support") { |
| sources = [ |
| "test_globals.cc", |
| "test_globals.h", |
| - "unittest_utils.cc", |
| - "unittest_utils.h", |
| + "test_utils.cc", |
| + "test_utils.h", |
| ] |
| deps = [ |