| Index: chrome/common/view_type.h
|
| ===================================================================
|
| --- chrome/common/view_type.h (revision 138369)
|
| +++ chrome/common/view_type.h (working copy)
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_COMMON_CHROME_VIEW_TYPE_H_
|
| -#define CHROME_COMMON_CHROME_VIEW_TYPE_H_
|
| +#ifndef CHROME_COMMON_VIEW_TYPE_H_
|
| +#define CHROME_COMMON_VIEW_TYPE_H_
|
| #pragma once
|
|
|
| -#include "content/public/common/view_type.h"
|
| -
|
| namespace chrome {
|
|
|
| // Icky RTTI used by a few systems to distinguish the host type of a given
|
| @@ -16,8 +14,7 @@
|
| // TODO(aa): Remove this and teach those systems to keep track of their own
|
| // data.
|
| enum ViewType {
|
| - VIEW_TYPE_CHROME_START = content::VIEW_TYPE_CONTENT_END,
|
| -
|
| + VIEW_TYPE_INVALID,
|
| VIEW_TYPE_APP_SHELL,
|
| VIEW_TYPE_BACKGROUND_CONTENTS,
|
| VIEW_TYPE_EXTENSION_BACKGROUND_PAGE,
|
| @@ -43,4 +40,4 @@
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_COMMON_CHROME_VIEW_TYPE_H_
|
| +#endif // CHROME_COMMON_VIEW_TYPE_H_
|
|
|