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

Unified Diff: third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp

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/DynamicAnnotations.cpp
diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.cpp b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/DynamicAnnotations.cpp
rename to third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
index ae6b887950f176687075210426a24381176d0bb9..f8a84a2c810958dc8cd2668c6f59036b7172ade0 100644
--- a/third_party/WebKit/Source/wtf/DynamicAnnotations.cpp
+++ b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp
@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "DynamicAnnotations.h"
+#include "platform/wtf/DynamicAnnotations.h"
#if USE(DYNAMIC_ANNOTATIONS) && !USE(DYNAMIC_ANNOTATIONS_NOIMPL)
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h ('k') | third_party/WebKit/Source/platform/wtf/GetPtr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698