Index: chrome/browser/crash_recovery_browsertest.cc |
diff --git a/chrome/browser/crash_recovery_browsertest.cc b/chrome/browser/crash_recovery_browsertest.cc |
index f6630441cca212fc62314f760a09c602638f7c82..f9aa38dfc9f3e92cccce4f6f9c38a3ac4d8bbdf9 100644 |
--- a/chrome/browser/crash_recovery_browsertest.cc |
+++ b/chrome/browser/crash_recovery_browsertest.cc |
@@ -15,12 +15,12 @@ |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/notification_types.h" |
#include "content/public/browser/web_contents.h" |
-#include "content/public/common/page_transition_types.h" |
#include "content/public/test/browser_test_utils.h" |
#include "net/test/embedded_test_server/embedded_test_server.h" |
#include "net/test/embedded_test_server/http_request.h" |
#include "net/test/embedded_test_server/http_response.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "ui/base/page_transition_types.h" |
using content::OpenURLParams; |
using content::Referrer; |
@@ -37,7 +37,7 @@ void SimulateRendererCrash(Browser* browser) { |
content::NotificationService::AllSources()); |
browser->OpenURL(OpenURLParams( |
GURL(content::kChromeUICrashURL), Referrer(), CURRENT_TAB, |
- content::PAGE_TRANSITION_TYPED, false)); |
+ ui::PAGE_TRANSITION_TYPED, false)); |
observer.Wait(); |
} |