Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3466)

Unified Diff: ash/mus/accelerators/accelerator_controller_registrar.h

Issue 2754593003: Renames ui::mojom::Accelerator to ui::mojom::WmAccelerator (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/mus/accelerators/accelerator_controller_registrar.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/accelerators/accelerator_controller_registrar.h
diff --git a/ash/mus/accelerators/accelerator_controller_registrar.h b/ash/mus/accelerators/accelerator_controller_registrar.h
index 19075df17fe7b1820b3042b4e80478cf2d05e548..b0b86099fe294ae234ed6f03c50616cd03779aa7 100644
--- a/ash/mus/accelerators/accelerator_controller_registrar.h
+++ b/ash/mus/accelerators/accelerator_controller_registrar.h
@@ -52,7 +52,7 @@ class AcceleratorControllerRegistrar : public AcceleratorHandler,
// |accelerator| and adds them to the provided |accelerator_vector|.
void AddAcceleratorToVector(
const ui::Accelerator& accelerator,
- std::vector<ui::mojom::AcceleratorPtr>& accelerator_vector);
+ std::vector<ui::mojom::WmAcceleratorPtr>& accelerator_vector);
// The flow of accelerators in ash is:
// . wm::AcceleratorFilter() sees events first as it's a pre-target handler.
« no previous file with comments | « no previous file | ash/mus/accelerators/accelerator_controller_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698