| Index: chrome/browser/crash_recovery_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/crash_recovery_browsertest.cc (revision 105162)
|
| +++ chrome/browser/crash_recovery_browsertest.cc (working copy)
|
| @@ -10,7 +10,7 @@
|
| #include "chrome/test/base/ui_test_utils.h"
|
| #include "content/browser/tab_contents/navigation_entry.h"
|
| #include "content/common/content_notification_types.h"
|
| -#include "content/common/page_transition_types.h"
|
| +#include "content/public/common/page_transition_types.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace {
|
| @@ -20,7 +20,7 @@
|
| content::NOTIFICATION_TAB_CONTENTS_DISCONNECTED,
|
| NotificationService::AllSources());
|
| browser->OpenURL(GURL(chrome::kChromeUICrashURL), GURL(), CURRENT_TAB,
|
| - PageTransition::TYPED);
|
| + content::PAGE_TRANSITION_TYPED);
|
| observer.Wait();
|
| }
|
|
|
|
|