| Index: mojo/views/views_init.cc
|
| diff --git a/mojo/views/views_init.cc b/mojo/views/views_init.cc
|
| index 50651ab1ae8ed95eb06393494e4f7331202b9076..edd8af34ae9277dd672e8bdd8b948f2255bb4740 100644
|
| --- a/mojo/views/views_init.cc
|
| +++ b/mojo/views/views_init.cc
|
| @@ -4,21 +4,12 @@
|
|
|
| #include "mojo/views/views_init.h"
|
|
|
| -#include "base/i18n/icu_util.h"
|
| -#include "base/path_service.h"
|
| -#include "ui/base/resource/resource_bundle.h"
|
| -#include "ui/base/ui_base_paths.h"
|
| +#include "mojo/views/views_init_internal.h"
|
|
|
| namespace mojo {
|
|
|
| ViewsInit::ViewsInit() {
|
| - base::i18n::InitializeICU();
|
| -
|
| - ui::RegisterPathProvider();
|
| -
|
| - base::FilePath ui_test_pak_path;
|
| - CHECK(PathService::Get(ui::UI_TEST_PAK, &ui_test_pak_path));
|
| - ui::ResourceBundle::InitSharedInstanceWithPakPath(ui_test_pak_path);
|
| + InitViews();
|
| }
|
|
|
| ViewsInit::~ViewsInit() {
|
|
|