| Index: base/test/scoped_path_override.h
|
| diff --git a/base/test/scoped_path_override.h b/base/test/scoped_path_override.h
|
| index a1e18e33899a9a1c7a0fb3f205988aaa3437de25..49b101d76abd7529591c3006187793191fcf6604 100644
|
| --- a/base/test/scoped_path_override.h
|
| +++ b/base/test/scoped_path_override.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_TEST_SCOPED_PATH_OVERRIDE_H_
|
| -#define BASE_TEST_SCOPED_PATH_OVERRIDE_H_
|
| +#ifndef BASE_TEST_SCOPED_PATH_override_H_
|
| +#define BASE_TEST_SCOPED_PATH_override_H_
|
|
|
| #include "base/basictypes.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| @@ -33,4 +33,4 @@ class ScopedPathOverride {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_TEST_SCOPED_PATH_OVERRIDE_H_
|
| +#endif // BASE_TEST_SCOPED_PATH_override_H_
|
|
|