| Index: chrome/browser/view_type_utils.h
|
| ===================================================================
|
| --- chrome/browser/view_type_utils.h (revision 191609)
|
| +++ chrome/browser/view_type_utils.h (working copy)
|
| @@ -5,7 +5,7 @@
|
| #ifndef CHROME_BROWSER_VIEW_TYPE_UTILS_H_
|
| #define CHROME_BROWSER_VIEW_TYPE_UTILS_H_
|
|
|
| -#include "chrome/common/view_type.h"
|
| +#include "extensions/common/view_type.h"
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -16,8 +16,8 @@
|
| // Get/Set the type of a WebContents.
|
| // GetViewType handles a NULL |tab| for convenience by returning
|
| // VIEW_TYPE_INVALID.
|
| -ViewType GetViewType(content::WebContents* tab);
|
| -void SetViewType(content::WebContents* tab, ViewType type);
|
| +extensions::ViewType GetViewType(content::WebContents* tab);
|
| +void SetViewType(content::WebContents* tab, extensions::ViewType type);
|
|
|
| } // namespace chrome
|
|
|
|
|