Chromium Code Reviews| Index: mojo/public/cpp/bindings/sync_call_restrictions.h |
| diff --git a/mojo/public/cpp/bindings/sync_call_restrictions.h b/mojo/public/cpp/bindings/sync_call_restrictions.h |
| index ee7f006d5f6d41a4f12a46d0798c20b1ee9985e0..e6c97710574780d8d21facddd3b27ef823ec8bda 100644 |
| --- a/mojo/public/cpp/bindings/sync_call_restrictions.h |
| +++ b/mojo/public/cpp/bindings/sync_call_restrictions.h |
| @@ -15,6 +15,10 @@ |
| #define ENABLE_SYNC_CALL_RESTRICTIONS 0 |
| #endif |
| +namespace leveldb { |
| +class LevelDBMojoProxy; |
| +} |
| + |
| namespace ui { |
| class Gpu; |
| } |
| @@ -52,6 +56,7 @@ class MOJO_CPP_BINDINGS_EXPORT SyncCallRestrictions { |
| // DO NOT ADD ANY OTHER FRIEND STATEMENTS, talk to mojo/OWNERS first. |
| // BEGIN ALLOWED USAGE. |
| friend class ui::Gpu; // http://crbug.com/620058 |
| + friend class leveldb::LevelDBMojoProxy; |
|
jam
2017/01/25 00:46:55
nit: add comment saying this is in-process
Marijn Kruisselbrink
2017/01/25 22:00:07
Done
|
| // END ALLOWED USAGE. |
| // BEGIN USAGE THAT NEEDS TO BE FIXED. |