Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / shell / app_list.cc
index c3ea36b..87d46e8 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <string>
 
-#include "ash/session_state_delegate.h"
+#include "ash/session/session_state_delegate.h"
 #include "ash/shell.h"
 #include "ash/shell/example_factory.h"
 #include "ash/shell/toplevel_window.h"
@@ -248,6 +248,10 @@ class ExampleAppListViewDelegate : public app_list::AppListViewDelegate {
     return users_;
   }
 
+  virtual bool ShouldCenterWindow() const OVERRIDE {
+    return false;
+  }
+
   virtual app_list::AppListModel* GetModel() OVERRIDE { return model_.get(); }
 
   virtual app_list::SigninDelegate* GetSigninDelegate() OVERRIDE {