| Index: chrome/browser/ui/location_bar/location_bar.h
|
| diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h
|
| index 53a2c9ff45507c126b5271d02ac023feab0f9795..2a05187a6af28ffa93aafbdd2f80f52aef3e9c43 100644
|
| --- a/chrome/browser/ui/location_bar/location_bar.h
|
| +++ b/chrome/browser/ui/location_bar/location_bar.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_UI_LOCATION_BAR_LOCATION_BAR_H_
|
| #define CHROME_BROWSER_UI_LOCATION_BAR_LOCATION_BAR_H_
|
|
|
| -#include "content/public/common/page_transition_types.h"
|
| +#include "ui/base/page_transition_types.h"
|
| #include "ui/base/window_open_disposition.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -37,7 +37,7 @@ class LocationBar {
|
| // The details necessary to open the user's desired omnibox match.
|
| virtual GURL GetDestinationURL() const = 0;
|
| virtual WindowOpenDisposition GetWindowOpenDisposition() const = 0;
|
| - virtual content::PageTransition GetPageTransition() const = 0;
|
| + virtual ui::PageTransition GetPageTransition() const = 0;
|
|
|
| // Accepts the current string of text entered in the location bar.
|
| virtual void AcceptInput() = 0;
|
|
|