summaryrefslogtreecommitdiffstats
path: root/chrome/views/layout_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/layout_manager.cc')
-rw-r--r--chrome/views/layout_manager.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/layout_manager.cc b/chrome/views/layout_manager.cc
index 52991a9..3ba85ea 100644
--- a/chrome/views/layout_manager.cc
+++ b/chrome/views/layout_manager.cc
@@ -6,11 +6,11 @@
#include "chrome/views/view.h"
-namespace ChromeViews {
+namespace views {
int LayoutManager::GetPreferredHeightForWidth(View* host, int width) {
return GetPreferredSize(host).height();
}
-} // namespace
+} // namespace views