| 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 dccd73095193d5463e2f0c99fc7b36251648fc49..1552ce79c934c6ef97c1726e51a6ea326e30fe88 100644
|
| --- a/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| +++ b/mojo/public/cpp/bindings/sync_call_restrictions.h
|
| @@ -19,6 +19,10 @@ namespace ui {
|
| class GpuService;
|
| }
|
|
|
| +namespace aura {
|
| +class GpuService;
|
| +}
|
| +
|
| namespace views {
|
| class ClipboardMus;
|
| }
|
| @@ -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::GpuService; // http://crbug.com/620058
|
| + friend class aura::GpuService; // http://crbug.com/620058
|
| // END ALLOWED USAGE.
|
|
|
| // BEGIN USAGE THAT NEEDS TO BE FIXED.
|
|
|