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

Unified Diff: third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp

Issue 2810073002: Blink Rename follow-up: URLs --big-rename--> _ur_ls --this-fix--> _urls. (Closed)
Patch Set: Created 3 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/modules/presentation/PresentationReceiverTest.cpp
diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
index 4da9e225b86ee8214748b4587221f5a7b06d8a5f..f031b9015b3ed60a1999d871d159bffe1b5c3253 100644
--- a/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
+++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiverTest.cpp
@@ -47,10 +47,10 @@ class MockWebPresentationClient : public WebPresentationClient {
callbacks);
}
- void GetAvailability(const WebVector<WebURL>& availability_ur_ls,
+ void GetAvailability(const WebVector<WebURL>& availability_urls,
std::unique_ptr<WebPresentationAvailabilityCallbacks>
callbacks) override {
- return getAvailability_(availability_ur_ls, callbacks);
+ return getAvailability_(availability_urls, callbacks);
}
public:

Powered by Google App Engine
This is Rietveld 408576698