| Index: chrome/browser/tabs/tab_strip_model_delegate.h
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model_delegate.h (revision 105162)
|
| +++ chrome/browser/tabs/tab_strip_model_delegate.h (working copy)
|
| @@ -6,7 +6,7 @@
|
| #define CHROME_BROWSER_TABS_TAB_STRIP_MODEL_DELEGATE_H_
|
| #pragma once
|
|
|
| -#include "content/common/page_transition_types.h"
|
| +#include "content/public/common/page_transition_types.h"
|
|
|
| class Browser;
|
| class DockInfo;
|
| @@ -65,7 +65,7 @@
|
| const GURL& url,
|
| const GURL& referrer,
|
| Profile* profile,
|
| - PageTransition::Type transition,
|
| + content::PageTransition transition,
|
| bool defer_load,
|
| SiteInstance* instance) const = 0;
|
|
|
|
|