| Index: chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc (revision 179251)
|
| +++ chrome/browser/ui/webui/net_internals/net_internals_ui_browsertest.cc (working copy)
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/tabs/tab_strip_model.h"
|
| -#include "chrome/browser/ui/webui/web_ui_browsertest.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/public/browser/render_view_host.h"
|
| @@ -345,6 +344,7 @@
|
| }
|
|
|
| void NetInternalsTest::SetUpOnMainThread() {
|
| + WebUIBrowserTest::SetUpOnMainThread();
|
| // Increase the memory allowed in a prerendered page above normal settings,
|
| // as debug builds use more memory and often go over the usual limit.
|
| Profile* profile = browser()->profile();
|
|
|