| Index: chrome/test/base/in_process_browser_test.h
|
| ===================================================================
|
| --- chrome/test/base/in_process_browser_test.h (revision 151480)
|
| +++ chrome/test/base/in_process_browser_test.h (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include "base/scoped_temp_dir.h"
|
| #include "content/public/common/page_transition_types.h"
|
| #include "content/public/test/browser_test.h"
|
| -#include "content/test/browser_test_base.h"
|
| +#include "content/public/test/browser_test_base.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| #if defined(OS_CHROMEOS)
|
| @@ -93,7 +93,7 @@
|
| // }
|
| //
|
| // This is recursive, so PRE_PRE_Bar would run before PRE_BAR.
|
| -class InProcessBrowserTest : public BrowserTestBase {
|
| +class InProcessBrowserTest : public content::BrowserTestBase {
|
| public:
|
| InProcessBrowserTest();
|
| virtual ~InProcessBrowserTest();
|
|
|