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

Unified Diff: third_party/WebKit/Source/web/LinkHighlightImplTest.cpp

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check the |callbacks| for nullptr and use explicit delete. Created 4 years, 8 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/web/LinkHighlightImplTest.cpp
diff --git a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp
index 565f13258596c9eb56beab6762961890332bc1ae..fb9f2228eeccc043c4a0f9e07fdc07b7a61ce7cb 100644
--- a/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp
+++ b/third_party/WebKit/Source/web/LinkHighlightImplTest.cpp
@@ -109,13 +109,9 @@ TEST(LinkHighlightImplTest, verifyWebViewImplIntegration)
namespace {
-class FakeWebFrameClient : public WebFrameClient {
- // To make the destructor public.
-};
-
class FakeCompositingWebViewClient : public FrameTestHelpers::TestWebViewClient {
public:
- FakeWebFrameClient m_fakeWebFrameClient;
+ FrameTestHelpers::TestWebFrameClient m_fakeWebFrameClient;
};
FakeCompositingWebViewClient* compositingWebViewClient()
« no previous file with comments | « third_party/WebKit/Source/platform/exported/WebCommon.cpp ('k') | third_party/WebKit/Source/web/WebEmbeddedWorkerImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698