| Index: ui/views/focus/focus_manager_factory.cc
|
| diff --git a/ui/views/focus/focus_manager_factory.cc b/ui/views/focus/focus_manager_factory.cc
|
| index e3ec8054c863fdf0cbf1cb3659f8d076eb735fab..b8e1a7a92e3d2a2df0d77508bdef4e1310212429 100644
|
| --- a/ui/views/focus/focus_manager_factory.cc
|
| +++ b/ui/views/focus/focus_manager_factory.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -18,7 +18,7 @@ class DefaultFocusManagerFactory : public views::FocusManagerFactory {
|
|
|
| protected:
|
| virtual FocusManager* CreateFocusManager(views::Widget* widget) OVERRIDE {
|
| - return new FocusManager(widget);
|
| + return new FocusManager(widget, NULL /* delegate */);
|
| }
|
|
|
| private:
|
|
|