| Index: chrome/installer/util/helper_unittest.cc | 
| =================================================================== | 
| --- chrome/installer/util/helper_unittest.cc	(revision 67834) | 
| +++ chrome/installer/util/helper_unittest.cc	(working copy) | 
| @@ -11,14 +11,14 @@ | 
| #include "base/path_service.h" | 
| #include "base/process_util.h" | 
| #include "base/string_util.h" | 
| +#include "chrome/installer/util/helper.h" | 
| #include "chrome/installer/util/package.h" | 
| -#include "chrome/installer/util/helper.h" | 
| #include "chrome/installer/util/version.h" | 
| #include "chrome/installer/util/work_item.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  | 
| +using installer::Package; | 
| using installer::Version; | 
| -using installer::Package; | 
|  | 
| namespace { | 
| class SetupHelperTest : public testing::Test { | 
|  |