| Index: base/memory/raw_scoped_refptr_mismatch_checker.h
|
| diff --git a/base/raw_scoped_refptr_mismatch_checker.h b/base/memory/raw_scoped_refptr_mismatch_checker.h
|
| similarity index 95%
|
| rename from base/raw_scoped_refptr_mismatch_checker.h
|
| rename to base/memory/raw_scoped_refptr_mismatch_checker.h
|
| index b79cfb5c12325fde92bbd06ba23dea4ea18d9f25..3ab782bd0b9ea85ef600ada1a874b74689bc0fa5 100644
|
| --- a/base/raw_scoped_refptr_mismatch_checker.h
|
| +++ b/base/memory/raw_scoped_refptr_mismatch_checker.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef BASE_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
| -#define BASE_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
| +#ifndef BASE_MEMORY_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
| +#define BASE_MEMORY_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
| #pragma once
|
|
|
| -#include "base/ref_counted.h"
|
| +#include "base/memory/ref_counted.h"
|
| #include "base/template_util.h"
|
| #include "base/tuple.h"
|
| #include "build/build_config.h"
|
| @@ -127,4 +127,4 @@ struct ParamsUseScopedRefptrCorrectly<Tuple8<A, B, C, D, E, F, G, H> > {
|
|
|
| } // namespace base
|
|
|
| -#endif // BASE_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
| +#endif // BASE_MEMORY_RAW_SCOPED_REFPTR_MISMATCH_CHECKER_H_
|
|
|