Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Jan 7, 2021
1 parent 5d6d261 commit 8972ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions browser/ui/views/toolbar/bookmark_button.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

#include "brave/browser/ui/views/toolbar/bookmark_button.h"

#include <utility>

#include "base/strings/utf_string_conversions.h"
#include "chrome/app/chrome_command_ids.h"
#include "chrome/browser/ui/view_ids.h"
Expand Down
2 changes: 1 addition & 1 deletion browser/ui/views/toolbar/bookmark_button.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class BookmarkButton : public ToolbarButton {
public:
BookmarkButton(PressedCallback callback);
explicit BookmarkButton(PressedCallback callback);
~BookmarkButton() override;

void SetToggled(bool on);
Expand Down

0 comments on commit 8972ab0

Please sign in to comment.