| Index: src/platform/window_manager/panel_bar.cc
|
| diff --git a/src/platform/window_manager/panel_bar.cc b/src/platform/window_manager/panel_bar.cc
|
| index e607a307b2349203265803ee037138902ee099c1..a99eb772f778fdf86c90f025cd5a3491ab1be6d3 100644
|
| --- a/src/platform/window_manager/panel_bar.cc
|
| +++ b/src/platform/window_manager/panel_bar.cc
|
| @@ -22,7 +22,9 @@ DEFINE_string(panel_bar_image, "../assets/images/panel_bar_bg.png",
|
| DEFINE_string(panel_anchor_image, "../assets/images/panel_anchor.png",
|
| "Image to use for anchors on the panel bar");
|
|
|
| -namespace chromeos {
|
| +namespace window_manager {
|
| +
|
| +using chromeos::NewPermanentCallback;
|
|
|
| // Amount of padding to place between titlebars in the panel bar.
|
| static const int kBarPadding = 1;
|
| @@ -936,4 +938,4 @@ void PanelBar::SetVisibility(bool visible) {
|
| wm_->HandlePanelBarVisibilityChange(visible);
|
| }
|
|
|
| -} // namespace chromeos
|
| +} // namespace window_manager
|
|
|