Skip to content

Commit 59457fc

Browse files
committed
rename api to nwapi for the change in nw
1 parent 48003b9 commit 59457fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/threading/thread_restrictions.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class NativeBackendKWallet;
2323
class ScopedAllowWaitForLegacyWebViewApi;
2424
class TestingAutomationProvider;
2525

26-
namespace api {
26+
namespace nwapi {
2727
class DispatcherHost;
2828
}
2929

@@ -220,7 +220,7 @@ class BASE_EXPORT ThreadRestrictions {
220220
friend class ::MetricsService; // http://crbug.com/124954
221221
friend class ::NativeBackendKWallet; // http://crbug.com/125331
222222

223-
friend class api::DispatcherHost;
223+
friend class nwapi::DispatcherHost;
224224

225225
// END USAGE THAT NEEDS TO BE FIXED.
226226

0 commit comments

Comments
 (0)