| Index: ui/aura/test/test_aura_initializer.cc
|
| diff --git a/ui/aura/test/test_aura_initializer.cc b/ui/aura/test/test_aura_initializer.cc
|
| deleted file mode 100644
|
| index c336eb44d2ede99a00bc2bd4a04d26353cca6767..0000000000000000000000000000000000000000
|
| --- a/ui/aura/test/test_aura_initializer.cc
|
| +++ /dev/null
|
| @@ -1,27 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "ui/aura/test/test_aura_initializer.h"
|
| -
|
| -#include "base/base_paths.h"
|
| -#include "base/path_service.h"
|
| -#include "ui/base/resource/resource_bundle.h"
|
| -
|
| -namespace aura {
|
| -namespace test {
|
| -
|
| -TestAuraInitializer::TestAuraInitializer() {
|
| - base::FilePath pak_file;
|
| - PathService::Get(base::DIR_MODULE, &pak_file);
|
| - pak_file = pak_file.Append(FILE_PATH_LITERAL(
|
| - "aura_test_support_resources.pak"));
|
| - ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
|
| -}
|
| -
|
| -TestAuraInitializer::~TestAuraInitializer() {
|
| - ui::ResourceBundle::CleanupSharedInstance();
|
| -}
|
| -
|
| -} // namespace test
|
| -} // namespace aura
|
|
|