| Index: base/memory/scoped_temp_dir.cc
|
| diff --git a/base/scoped_temp_dir.cc b/base/memory/scoped_temp_dir.cc
|
| similarity index 97%
|
| rename from base/scoped_temp_dir.cc
|
| rename to base/memory/scoped_temp_dir.cc
|
| index 000ed0a5dc4908257b4d3a5d5dedab68b1926e9e..6a68bdadac7863e36b796a9999369f60735b5f90 100644
|
| --- a/base/scoped_temp_dir.cc
|
| +++ b/base/memory/scoped_temp_dir.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/scoped_temp_dir.h"
|
| +#include "base/memory/scoped_temp_dir.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
|
|