| Index: chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
|
| diff --git a/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h b/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
|
| index 84cfb27ebebcb36cd593168d2e92c46a5a73baef..352ec9113dd6a6801998f9bfc7d7a938f0bb47cc 100644
|
| --- a/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
|
| +++ b/chrome/browser/ui/toolbar/chrome_toolbar_model_delegate.h
|
| @@ -6,13 +6,14 @@
|
| #define CHROME_BROWSER_UI_TOOLBAR_CHROME_TOOLBAR_MODEL_DELEGATE_H_
|
|
|
| #include "base/macros.h"
|
| -#include "chrome/browser/ui/toolbar/toolbar_model_delegate.h"
|
| +#include "components/toolbar/toolbar_model_delegate.h"
|
|
|
| class Profile;
|
|
|
| namespace content {
|
| class NavigationEntry;
|
| class NavigationController;
|
| +class WebContents;
|
| }
|
|
|
| // Implementation of ToolbarModelDelegate for the Chrome embedder. It leaves out
|
|
|