| Index: ash/display/display_layout_store.cc
|
| diff --git a/ash/display/display_layout_store.cc b/ash/display/display_layout_store.cc
|
| index 63b1d60b2c844463c767b030e585943c212e7147..a3aed0bc4fb4efa89ea1c4464191a817219dd587 100644
|
| --- a/ash/display/display_layout_store.cc
|
| +++ b/ash/display/display_layout_store.cc
|
| @@ -11,7 +11,6 @@
|
| #include "ui/gfx/display.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| DisplayLayoutStore::DisplayLayoutStore() {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| @@ -90,5 +89,4 @@ DisplayLayout DisplayLayoutStore::CreateDisplayLayout(
|
| return layout;
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|