| Index: chrome/browser/external_tab_container_win.cc
|
| ===================================================================
|
| --- chrome/browser/external_tab_container_win.cc (revision 71854)
|
| +++ chrome/browser/external_tab_container_win.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include <string>
|
|
|
| #include "app/l10n_util.h"
|
| -#include "app/view_prop.h"
|
| #include "base/debug/trace_event.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/logging.h"
|
| @@ -46,11 +45,12 @@
|
| #include "chrome/common/url_constants.h"
|
| #include "grit/generated_resources.h"
|
| #include "grit/locale_settings.h"
|
| +#include "ui/base/view_prop.h"
|
| #include "views/grid_layout.h"
|
| #include "views/widget/root_view.h"
|
| #include "views/window/window.h"
|
|
|
| -using app::ViewProp;
|
| +using ui::ViewProp;
|
|
|
| static const char kWindowObjectKey[] = "ChromeWindowObject";
|
|
|
|
|