Skip to content

Commit

Permalink
fixed according review suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Vadym Struts <vstruts@brave.com>
  • Loading branch information
vadimstruts committed Sep 3, 2024
1 parent f248ac4 commit b9343c1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/ipfs/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ static_library("ipfs") {
"ipfs_component_cleaner.cc",
"ipfs_component_cleaner.h",
]
deps += [ "//chrome/common:constants" ]
}
}
1 change: 0 additions & 1 deletion components/ipfs/ipfs_component_cleaner.cc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include "base/path_service.h"
#include "base/task/thread_pool.h"
#include "build/build_config.h"
#include "chrome/common/chrome_paths.h"

namespace ipfs {
void CleanupIpfsComponent(const base::FilePath& component_path) {
Expand Down

0 comments on commit b9343c1

Please sign in to comment.