| Index: ui/aura_shell/examples/aura_shell_main.cc
|
| ===================================================================
|
| --- ui/aura_shell/examples/aura_shell_main.cc (revision 114099)
|
| +++ ui/aura_shell/examples/aura_shell_main.cc (working copy)
|
| @@ -13,7 +13,6 @@
|
| #include "ui/aura_shell/shell.h"
|
| #include "ui/aura_shell/shell_delegate.h"
|
| #include "ui/aura_shell/shell_factory.h"
|
| -#include "ui/aura_shell/window_util.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| #include "ui/gfx/canvas.h"
|
| @@ -75,7 +74,7 @@
|
|
|
| virtual void LauncherItemClicked(
|
| const aura_shell::LauncherItem& item) OVERRIDE {
|
| - aura_shell::ActivateWindow(item.window);
|
| + item.window->Activate();
|
| }
|
|
|
| virtual bool ConfigureLauncherItem(aura_shell::LauncherItem* item) OVERRIDE {
|
|
|
| Property changes on: ui\aura_shell\examples\aura_shell_main.cc
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
|
|
|
|