Index: content/test/webui_resource_browsertest.cc |
diff --git a/content/test/webui_resource_browsertest.cc b/content/test/webui_resource_browsertest.cc |
index 454f65c4035bb5cdd6af76ccff31bfe853a3f25a..1c369ecbbe168c038ab287e1820d7216059e7d1a 100644 |
--- a/content/test/webui_resource_browsertest.cc |
+++ b/content/test/webui_resource_browsertest.cc |
@@ -12,6 +12,7 @@ |
#include "content/test/content_browser_test.h" |
#include "content/test/content_browser_test_utils.h" |
#include "grit/content_resources.h" |
+#include "grit/webui_resources.h" |
#include "net/base/net_util.h" |
namespace content { |
@@ -32,6 +33,7 @@ class WebUIResourceBrowserTest : public ContentBrowserTest { |
} |
void RunMediaInternalsTest(const base::FilePath::CharType* file) { |
+ AddLibrary(IDR_WEBUI_JS_CR); |
AddLibrary(IDR_MEDIA_INTERNALS_NEW_JS); |
base::FilePath path; |