Skip to content

Commit

Permalink
Fix SocialBlockingBrowserProxyImpl class name
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Mar 18, 2019
1 parent 566a4e2 commit 6bfd725
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ cr.define('settings', function() {
/**
* @implements {settings.SocialBlockingBrowserProxy}
*/
class DefaultBraveShieldsBrowserProxyImpl {
class SocialBlockingBrowserProxyImpl {
}

cr.addSingletonGetter(DefaultBraveShieldsBrowserProxyImpl);
cr.addSingletonGetter(SocialBlockingBrowserProxyImpl);

return {
SocialBlockingBrowserProxy,
Expand Down

0 comments on commit 6bfd725

Please sign in to comment.