| Index: chrome/browser/component_updater/test/test_installer.cc
|
| diff --git a/chrome/browser/component_updater/test/test_installer.cc b/chrome/browser/component_updater/test/test_installer.cc
|
| index 62ae49462f19a6d1a406af3401092dbb153b743b..400edca82c98214a093ba2a4d10a7ba89ca45354 100644
|
| --- a/chrome/browser/component_updater/test/test_installer.cc
|
| +++ b/chrome/browser/component_updater/test/test_installer.cc
|
| @@ -8,6 +8,8 @@
|
| #include "base/files/file_path.h"
|
| #include "base/values.h"
|
|
|
| +namespace component_updater {
|
| +
|
| TestInstaller::TestInstaller()
|
| : error_(0), install_count_(0) {
|
| }
|
| @@ -78,3 +80,6 @@ bool VersionedTestInstaller::GetInstalledFile(const std::string& file,
|
| *installed_file = path.Append(base::FilePath::FromUTF8Unsafe(file));
|
| return true;
|
| }
|
| +
|
| +} // namespace component_updater
|
| +
|
|
|