Skip to content

Commit

Permalink
presubmit cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansampson committed Jan 4, 2025
1 parent 48cf176 commit 22868e1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion browser/brave_screenshots/features.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "base/feature_list.h"


namespace brave_screenshots {
namespace features {
BASE_DECLARE_FEATURE(kBraveScreenshots);
Expand Down
1 change: 0 additions & 1 deletion browser/brave_screenshots/screenshots_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "chrome/browser/ui/browser_window.h"
#include "ui/base/clipboard/scoped_clipboard_writer.h"


namespace brave_screenshots {
namespace utils {
void NotifyUserOfScreenshot(const image_editor::ScreenshotCaptureResult& result,
Expand Down
1 change: 0 additions & 1 deletion browser/brave_screenshots/screenshots_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace image_editor {
struct ScreenshotCaptureResult;
} // namespace image_editor


namespace brave_screenshots {
namespace utils {
void NotifyUserOfScreenshot(const image_editor::ScreenshotCaptureResult& result,
Expand Down

0 comments on commit 22868e1

Please sign in to comment.