| Index: chrome/installer/util/create_dir_work_item_unittest.cc
|
| diff --git a/chrome/installer/util/create_dir_work_item_unittest.cc b/chrome/installer/util/create_dir_work_item_unittest.cc
|
| index e9296001b78e84caff994518f239c93a768912c7..6d97bbe932212fe390be786ebf48ac227017f6dc 100644
|
| --- a/chrome/installer/util/create_dir_work_item_unittest.cc
|
| +++ b/chrome/installer/util/create_dir_work_item_unittest.cc
|
| @@ -7,11 +7,11 @@
|
| #include "base/base_paths.h"
|
| #include "base/file_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/memory/scoped_temp_dir.h"
|
| #include "base/path_service.h"
|
| +#include "base/scoped_temp_dir.h"
|
| #include "base/string_util.h"
|
| -#include "chrome/installer/util/work_item.h"
|
| #include "chrome/installer/util/create_dir_work_item.h"
|
| +#include "chrome/installer/util/work_item.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
|
|