Skip to content

Commit

Permalink
Lint fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Mar 28, 2019
1 parent 6329ded commit 4174b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion browser/component_updater/brave_crx_update_service.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BraveCrxUpdateService : public CrxUpdateService {
scoped_refptr<UpdateClient> update_client);

bool RegisterComponent(const CrxComponent& component) override;
~BraveCrxUpdateService() override{}
~BraveCrxUpdateService() override {}

private:
bool CheckForUpdates(UpdateScheduler::OnFinishedCallback on_finished);
Expand Down
1 change: 1 addition & 0 deletions chromium_src/net/socket/socks5_client_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include "../../../../net/socket/socks5_client_socket.h"

#include <memory>
#include <string>

namespace net {
Expand Down

0 comments on commit 4174b11

Please sign in to comment.