Chromium Code Reviews| Index: chrome/browser/automation/ui_controls_internal.cc |
| diff --git a/chrome/browser/automation/ui_controls_internal.cc b/chrome/browser/automation/ui_controls_internal.cc |
| index 1263230f42c30f1b91a20f28789591991037692f..6396988e2fb8835ba136ed34f2e58ce160010615 100644 |
| --- a/chrome/browser/automation/ui_controls_internal.cc |
| +++ b/chrome/browser/automation/ui_controls_internal.cc |
| @@ -2,6 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#include "base/callback.h" |
|
willchan no longer on Chromium
2011/11/28 20:13:07
This should go below the other include. foo.cc nee
erikwright (departed)
2011/11/28 20:23:09
Done.
|
| #include "chrome/browser/automation/ui_controls_internal.h" |
| namespace ui_controls { |