| Index: core/fxcrt/cfx_count_ref.h
|
| diff --git a/core/fxcrt/include/cfx_count_ref.h b/core/fxcrt/cfx_count_ref.h
|
| similarity index 91%
|
| rename from core/fxcrt/include/cfx_count_ref.h
|
| rename to core/fxcrt/cfx_count_ref.h
|
| index a879967b28ff6c338ec154101743654e3bfa7739..3b9ccff8fed1f8bfa3f2be032517fd206e247cc0 100644
|
| --- a/core/fxcrt/include/cfx_count_ref.h
|
| +++ b/core/fxcrt/cfx_count_ref.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_FXCRT_INCLUDE_CFX_COUNT_REF_H_
|
| -#define CORE_FXCRT_INCLUDE_CFX_COUNT_REF_H_
|
| +#ifndef CORE_FXCRT_CFX_COUNT_REF_H_
|
| +#define CORE_FXCRT_CFX_COUNT_REF_H_
|
|
|
| -#include "core/fxcrt/include/cfx_retain_ptr.h"
|
| -#include "core/fxcrt/include/fx_system.h"
|
| +#include "core/fxcrt/cfx_retain_ptr.h"
|
| +#include "core/fxcrt/fx_system.h"
|
|
|
| // A shared object with Copy on Write semantics that makes it appear as
|
| // if each one were independent.
|
| @@ -78,4 +78,4 @@ class CFX_CountRef {
|
| CFX_RetainPtr<CountedObj> m_pObject;
|
| };
|
|
|
| -#endif // CORE_FXCRT_INCLUDE_CFX_COUNT_REF_H_
|
| +#endif // CORE_FXCRT_CFX_COUNT_REF_H_
|
|
|