| Index: base/memory/scoped_temp_dir.h
|
| diff --git a/base/scoped_temp_dir.h b/base/memory/scoped_temp_dir.h
|
| similarity index 93%
|
| rename from base/scoped_temp_dir.h
|
| rename to base/memory/scoped_temp_dir.h
|
| index 4286d28c3fb0e98b8b9b1c38c29b796af950286f..4f4291b3d04173663da3f932db3d50a33eb5bbd3 100644
|
| --- a/base/scoped_temp_dir.h
|
| +++ b/base/memory/scoped_temp_dir.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_SCOPED_TEMP_DIR_H_
|
| -#define BASE_SCOPED_TEMP_DIR_H_
|
| +#ifndef BASE_MEMORY_SCOPED_TEMP_DIR_H_
|
| +#define BASE_MEMORY_SCOPED_TEMP_DIR_H_
|
| #pragma once
|
|
|
| // An object representing a temporary / scratch directory that should be cleaned
|
| @@ -55,4 +55,4 @@ class ScopedTempDir {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedTempDir);
|
| };
|
|
|
| -#endif // BASE_SCOPED_TEMP_DIR_H_
|
| +#endif // BASE_MEMORY_SCOPED_TEMP_DIR_H_
|
|
|