Chromium Code Reviews| Index: chrome/browser/ui/views/bar_control_button.h |
| diff --git a/chrome/browser/ui/views/bar_control_button.h b/chrome/browser/ui/views/bar_control_button.h |
| index bbb809a9283ea8752c117ac98339ac6cdfa56cb0..902f328b90dd17867e767c4cdbd4416878264eee 100644 |
| --- a/chrome/browser/ui/views/bar_control_button.h |
| +++ b/chrome/browser/ui/views/bar_control_button.h |
| @@ -15,10 +15,6 @@ namespace gfx { |
| enum class VectorIconId; |
| } |
| -namespace views { |
| -class InkDropDelegate; |
|
bruthig
2016/06/09 03:26:00
I guess I missed these, thanks for cleaning them u
mohsen
2016/06/09 21:24:51
No problem!
|
| -} |
| - |
| // A class for buttons that control bars (find bar, download shelf, etc.). The |
| // button has an image and no text. |
| class BarControlButton : public views::ImageButton { |