Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Jul 15, 2020
1 parent 0038c9c commit 239ca41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion shell/browser/ui/webui/accessibility_ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "shell/browser/ui/webui/accessibility_ui.h"

#include <utility>

#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
Expand All @@ -17,7 +19,7 @@
#include "chrome/common/chrome_features.h"
#include "chrome/common/pref_names.h"
#include "chrome/common/webui_url_constants.h"
#include "chrome/grit/dev_ui_browser_resources.h" //nogncheck
#include "chrome/grit/dev_ui_browser_resources.h" // nogncheck
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_service.h"
#include "content/public/browser/accessibility_tree_formatter.h"
Expand Down
2 changes: 1 addition & 1 deletion shell/browser/ui/webui/accessibility_ui.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ElectronAccessibilityUI : public content::WebUIController {
class ElectronAccessibilityUIMessageHandler
: public AccessibilityUIMessageHandler {
public:
explicit ElectronAccessibilityUIMessageHandler();
ElectronAccessibilityUIMessageHandler();

void RegisterMessages() final;

Expand Down

0 comments on commit 239ca41

Please sign in to comment.