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

Unified Diff: third_party/WebKit/Source/core/page/PrintContextTest.cpp

Issue 2719813002: Rename classes that derived from EmptyLocalFrameClient. (Closed)
Patch Set: Created 3 years, 10 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/core/page/PrintContextTest.cpp
diff --git a/third_party/WebKit/Source/core/page/PrintContextTest.cpp b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
index 17cad95726093f1c82d840e6ffb1263d41a2401c..26bb950f0bfb5b7f06eee6f06249b329a9ef8865 100644
--- a/third_party/WebKit/Source/core/page/PrintContextTest.cpp
+++ b/third_party/WebKit/Source/core/page/PrintContextTest.cpp
@@ -144,7 +144,7 @@ class PrintContextTest : public RenderingTest {
class PrintContextFrameTest : public PrintContextTest {
public:
PrintContextFrameTest()
- : PrintContextTest(SingleChildFrameLoaderClient::create()) {}
+ : PrintContextTest(SingleChildLocalFrameClient::create()) {}
};
#define EXPECT_SKRECT_EQ(expectedX, expectedY, expectedWidth, expectedHeight, \

Powered by Google App Engine
This is Rietveld 408576698