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

Unified Diff: third_party/WebKit/Source/platform/wtf/debug/Alias.h

Issue 2774333002: Revert "Move files in wtf/ to platform/wtf/" (Closed)
Patch Set: 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/debug/Alias.h
diff --git a/third_party/WebKit/Source/platform/wtf/debug/Alias.h b/third_party/WebKit/Source/platform/wtf/debug/Alias.h
deleted file mode 100644
index 8907924e7e64563e6d4e3d0cc0178b544f29339c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/Source/platform/wtf/debug/Alias.h
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef WTF_Alias_h
-#define WTF_Alias_h
-
-#include "base/debug/alias.h"
-
-namespace WTF {
-namespace debug {
-
-inline void alias(const void* var) {
- base::debug::Alias(var);
-}
-
-} // namespace debug
-} // namespace WTF
-
-#endif // WTF_Alias_h
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/WTFThreadData.cpp ('k') | third_party/WebKit/Source/platform/wtf/debug/CrashLogging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698