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

Unified Diff: src/platform/window_manager/panel_bar.cc

Issue 501116: wm: Update namespace and header define guards. (Closed)
Patch Set: move using directive inside of namespace for consistency Created 11 years 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: 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

Powered by Google App Engine
This is Rietveld 408576698