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

Unified Diff: ios/clean/chrome/browser/ui/commands/BUILD.gn

Issue 2785213003: [ios] Use dispatcher for ToolsMenu commands. (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
Index: ios/clean/chrome/browser/ui/commands/BUILD.gn
diff --git a/ios/clean/chrome/browser/ui/commands/BUILD.gn b/ios/clean/chrome/browser/ui/commands/BUILD.gn
index 6af1eebb3639377281499d25c6364f7b97f903bb..7e415f212278b6b07db2067e1bb497306bab9a4e 100644
--- a/ios/clean/chrome/browser/ui/commands/BUILD.gn
+++ b/ios/clean/chrome/browser/ui/commands/BUILD.gn
@@ -8,7 +8,7 @@ source_set("commands") {
"settings_commands.h",
"tab_commands.h",
"tab_grid_commands.h",
- "toolbar_commands.h",
+ "tools_menu_commands.h",
]
deps = [
"//base",

Powered by Google App Engine
This is Rietveld 408576698