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

Unified Diff: third_party/WebKit/Source/platform/wtf/LeakAnnotations.h

Issue 2755663002: Move files in wtf/ to platform/wtf/ (Part 2). (Closed)
Patch Set: Fix file name (facepalm). Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
diff --git a/third_party/WebKit/Source/wtf/LeakAnnotations.h b/third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/LeakAnnotations.h
copy to third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
index d218794d9dcf0d063fb94b196a448ea809d0f91f..823214126d171bdef07e93eaa3fd5c6bfb0b77d4 100644
--- a/third_party/WebKit/Source/wtf/LeakAnnotations.h
+++ b/third_party/WebKit/Source/platform/wtf/LeakAnnotations.h
@@ -35,10 +35,10 @@
// This file defines macros for working with LeakSanitizer, allowing memory
// and allocations to be registered as exempted from LSan consideration.
-#include "wtf/Noncopyable.h"
+#include "platform/wtf/Noncopyable.h"
#if defined(LEAK_SANITIZER)
-#include "wtf/AddressSanitizer.h"
-#include "wtf/TypeTraits.h"
+#include "platform/wtf/AddressSanitizer.h"
+#include "platform/wtf/TypeTraits.h"
#endif
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/GetPtr.h ('k') | third_party/WebKit/Source/platform/wtf/Noncopyable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698