| Index: ash/shelf/shelf_layout_manager.cc
|
| diff --git a/ash/shelf/shelf_layout_manager.cc b/ash/shelf/shelf_layout_manager.cc
|
| index f7652d87c0be7ad8b2d0bd12549e75aa83a23631..0ad8da59c381d333f808e7b2a58444c07fd52808 100644
|
| --- a/ash/shelf/shelf_layout_manager.cc
|
| +++ b/ash/shelf/shelf_layout_manager.cc
|
| @@ -78,7 +78,7 @@ ui::Layer* GetLayer(views::Widget* widget) {
|
| }
|
|
|
| bool IsDraggingTrayEnabled() {
|
| - static bool dragging_tray_allowed = CommandLine::ForCurrentProcess()->
|
| + static bool dragging_tray_allowed = base::CommandLine::ForCurrentProcess()->
|
| HasSwitch(ash::switches::kAshEnableTrayDragging);
|
| return dragging_tray_allowed;
|
| }
|
|
|