| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 7aa35da44a634db564ac5d9a95e6fc081c400392..059efd26b506f7cdef195a44c7245636f0498256 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -217,7 +217,7 @@ using content::WebContents;
|
| using extensions::Extension;
|
| using ui::WebDialogDelegate;
|
| using web_modal::WebContentsModalDialogManager;
|
| -using WebKit::WebWindowFeatures;
|
| +using blink::WebWindowFeatures;
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
|
|
|
|