Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: core/fxcrt/cfx_weak_ptr.h

Issue 2382723003: Move core/fxcrt/include to core/fxcrt (Closed)
Patch Set: Rebase to master Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/fxcrt/cfx_string_pool_template_unittest.cpp ('k') | core/fxcrt/cfx_weak_ptr_unittest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcrt/cfx_weak_ptr.h
diff --git a/core/fxcrt/include/cfx_weak_ptr.h b/core/fxcrt/cfx_weak_ptr.h
similarity index 90%
rename from core/fxcrt/include/cfx_weak_ptr.h
rename to core/fxcrt/cfx_weak_ptr.h
index 64218cd679215bcf94d9a7baa4e35473fdba7d87..61f15e3ddaa6eb2f95194186ba7074bb52855a70 100644
--- a/core/fxcrt/include/cfx_weak_ptr.h
+++ b/core/fxcrt/cfx_weak_ptr.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXCRT_INCLUDE_CFX_WEAK_PTR_H_
-#define CORE_FXCRT_INCLUDE_CFX_WEAK_PTR_H_
+#ifndef CORE_FXCRT_CFX_WEAK_PTR_H_
+#define CORE_FXCRT_CFX_WEAK_PTR_H_
#include <memory>
-#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"
template <class T, class D = std::default_delete<T>>
class CFX_WeakPtr {
@@ -77,4 +77,4 @@ class CFX_WeakPtr {
CFX_RetainPtr<Handle> m_pHandle;
};
-#endif // CORE_FXCRT_INCLUDE_CFX_WEAK_PTR_H_
+#endif // CORE_FXCRT_CFX_WEAK_PTR_H_
« no previous file with comments | « core/fxcrt/cfx_string_pool_template_unittest.cpp ('k') | core/fxcrt/cfx_weak_ptr_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698