We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48003b9 commit 59457fcCopy full SHA for 59457fc
base/threading/thread_restrictions.h
@@ -23,7 +23,7 @@ class NativeBackendKWallet;
23
class ScopedAllowWaitForLegacyWebViewApi;
24
class TestingAutomationProvider;
25
26
-namespace api {
+namespace nwapi {
27
class DispatcherHost;
28
}
29
@@ -220,7 +220,7 @@ class BASE_EXPORT ThreadRestrictions {
220
friend class ::MetricsService; // http://crbug.com/124954
221
friend class ::NativeBackendKWallet; // http://crbug.com/125331
222
223
- friend class api::DispatcherHost;
+ friend class nwapi::DispatcherHost;
224
225
// END USAGE THAT NEEDS TO BE FIXED.
226
0 commit comments