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

Unified Diff: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h

Issue 1318793005: [part 2] Make classes and structures in modules fast-allocated. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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: Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
diff --git a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
index 8754f68f1526dca0564dfe74edfefe4b9c9ebba9..c3fed5205e99141e316c306490a16d76f2fc54d0 100644
--- a/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
+++ b/Source/modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h
@@ -14,7 +14,7 @@ namespace blink {
class KURL;
// Provides a mock object for the navigatorcontentutils client.
-class NavigatorContentUtilsClientMock : public NavigatorContentUtilsClient {
+class NavigatorContentUtilsClientMock final : public NavigatorContentUtilsClient {
public:
NavigatorContentUtilsClientMock() { }
~NavigatorContentUtilsClientMock() override { }

Powered by Google App Engine
This is Rietveld 408576698