| Index: chrome/browser/command_updater.cc
|
| diff --git a/chrome/browser/command_updater.cc b/chrome/browser/command_updater.cc
|
| index e93a729b59cd077c1dff25d0e313cf317622da41..63e50305256ce60d4394d512aa5d74ed0973d66a 100644
|
| --- a/chrome/browser/command_updater.cc
|
| +++ b/chrome/browser/command_updater.cc
|
| @@ -41,7 +41,7 @@ bool CommandUpdater::IsCommandEnabled(int id) const {
|
| }
|
|
|
| bool CommandUpdater::ExecuteCommand(int id) {
|
| - return ExecuteCommandWithDisposition(id, CURRENT_TAB);
|
| + return ExecuteCommandWithDisposition(id, WindowOpenDisposition::CURRENT_TAB);
|
| }
|
|
|
| bool CommandUpdater::ExecuteCommandWithDisposition(
|
|
|