| Index: chrome/test/base/in_process_browser_test.h
|
| diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
|
| index b0217d90cd8c61acc1ba389fd784e998ccb3112c..34a1e5115e80b55bf8395990ef9d950563def0c2 100644
|
| --- a/chrome/test/base/in_process_browser_test.h
|
| +++ b/chrome/test/base/in_process_browser_test.h
|
| @@ -9,10 +9,10 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "content/public/common/page_transition_types.h"
|
| #include "content/public/test/browser_test.h"
|
| #include "content/public/test/browser_test_base.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/base/page_transition_types.h"
|
|
|
| namespace base {
|
|
|
| @@ -111,9 +111,9 @@ class InProcessBrowserTest : public content::BrowserTestBase {
|
| void AddTabAtIndexToBrowser(Browser* browser,
|
| int index,
|
| const GURL& url,
|
| - content::PageTransition transition);
|
| + ui::PageTransition transition);
|
| void AddTabAtIndex(int index, const GURL& url,
|
| - content::PageTransition transition);
|
| + ui::PageTransition transition);
|
|
|
| // Initializes the contents of the user data directory. Called by SetUp()
|
| // after creating the user data directory, but before any browser is launched.
|
|
|