diff options
-rw-r--r-- | webkit/glue/plugins/ppapi_unittest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/plugins/ppapi_unittest.cc b/webkit/glue/plugins/ppapi_unittest.cc index b142fe9..1c5e5b7 100644 --- a/webkit/glue/plugins/ppapi_unittest.cc +++ b/webkit/glue/plugins/ppapi_unittest.cc @@ -109,4 +109,5 @@ const void* PpapiUnittest::GetMockInterface(const char* interface_name) const { return NULL; } -} // namespace pepper
\ No newline at end of file +} // namespace pepper + |