| Index: chrome/browser/component_updater/component_installers_unittest.cc
|
| diff --git a/chrome/browser/component_updater/test/component_installers_unittest.cc b/chrome/browser/component_updater/component_installers_unittest.cc
|
| similarity index 99%
|
| rename from chrome/browser/component_updater/test/component_installers_unittest.cc
|
| rename to chrome/browser/component_updater/component_installers_unittest.cc
|
| index 8cb58d0c6f2db693cf27dea264eb4378738e4a4d..10c5834824c0de15de08aad657a23c7c132f6633 100644
|
| --- a/chrome/browser/component_updater/test/component_installers_unittest.cc
|
| +++ b/chrome/browser/component_updater/component_installers_unittest.cc
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/component_updater/flash_component_installer.h"
|
| -
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/json/json_file_value_serializer.h"
|
| @@ -12,6 +10,7 @@
|
| #include "base/path_service.h"
|
| #include "base/version.h"
|
| #include "build/build_config.h"
|
| +#include "chrome/browser/component_updater/flash_component_installer.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/pepper_flash.h"
|
| #include "content/public/test/test_browser_thread.h"
|
|
|