| Index: ui/base/test/run_all_unittests.cc
|
| diff --git a/ui/base/test/run_all_unittests.cc b/ui/base/test/run_all_unittests.cc
|
| index b70fe02cb594f1ce2bae4922506cd390ebcdfd6d..26885c888575d3739304cb3d084b42e78755ef21 100644
|
| --- a/ui/base/test/run_all_unittests.cc
|
| +++ b/ui/base/test/run_all_unittests.cc
|
| @@ -10,7 +10,6 @@
|
| #include "build/build_config.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/base/ui_base_paths.h"
|
| -#include "ui/gfx/gfx_paths.h"
|
|
|
| #if defined(OS_ANDROID)
|
| #include "base/android/jni_android.h"
|
| @@ -58,7 +57,6 @@ void UIBaseTestSuite::Initialize() {
|
| #endif
|
|
|
| ui::RegisterPathProvider();
|
| - gfx::RegisterPathProvider();
|
|
|
| base::FilePath exe_path;
|
| PathService::Get(base::DIR_EXE, &exe_path);
|
|
|