| Index: chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc
|
| diff --git a/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc b/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc
|
| index e7ca2f13ae5e665000acbdf84bd03a72b12ccd68..77cb812defeaab31bd69cf4d966e54254b31a779 100644
|
| --- a/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc
|
| +++ b/chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_apitest.cc
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/test/test_utils.h"
|
| +#include "extensions/common/test_util.h"
|
|
|
| using extensions::Extension;
|
|
|
| @@ -29,7 +30,8 @@ class WebrtcLoggingPrivateApiTest : public ExtensionApiTest {
|
| } // namespace
|
|
|
| IN_PROC_BROWSER_TEST_F(WebrtcLoggingPrivateApiTest, TestStartStopDiscard) {
|
| - scoped_refptr<Extension> empty_extension(utils::CreateEmptyExtension());
|
| + scoped_refptr<Extension> empty_extension(
|
| + extensions::test_util::CreateEmptyExtension());
|
|
|
| // Tell the uploader to save the multipart to a buffer instead of uploading.
|
| std::string multipart;
|
| @@ -120,7 +122,8 @@ IN_PROC_BROWSER_TEST_F(WebrtcLoggingPrivateApiTest, TestStartStopDiscard) {
|
| // ------**--yradnuoBgoLtrapitluMklaTelgooG--**------
|
| //
|
| IN_PROC_BROWSER_TEST_F(WebrtcLoggingPrivateApiTest, TestStartStopUpload) {
|
| - scoped_refptr<Extension> empty_extension(utils::CreateEmptyExtension());
|
| + scoped_refptr<Extension> empty_extension(
|
| + extensions::test_util::CreateEmptyExtension());
|
|
|
| // Tell the uploader to save the multipart to a buffer instead of uploading.
|
| std::string multipart;
|
| @@ -278,7 +281,8 @@ IN_PROC_BROWSER_TEST_F(WebrtcLoggingPrivateApiTest, TestStartStopUpload) {
|
| }
|
|
|
| IN_PROC_BROWSER_TEST_F(WebrtcLoggingPrivateApiTest, TestStartStopRtpDump) {
|
| - scoped_refptr<Extension> empty_extension(utils::CreateEmptyExtension());
|
| + scoped_refptr<Extension> empty_extension(
|
| + extensions::test_util::CreateEmptyExtension());
|
|
|
| // Start RTP dump.
|
| scoped_refptr<extensions::WebrtcLoggingPrivateStartRtpDumpFunction>
|
|
|