Chromium Code Reviews| Index: content/public/common/previews_state.h |
| diff --git a/content/public/common/previews_state.h b/content/public/common/previews_state.h |
| index 74e4f39ba4d6aa64e969c20345b42c49b69385ad..f18006b7b7f21c426ae20bf6bfa2b6d39abb23d6 100644 |
| --- a/content/public/common/previews_state.h |
| +++ b/content/public/common/previews_state.h |
| @@ -2,8 +2,8 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_ |
| -#define CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_ |
| +#ifndef CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_ |
|
RyanSturm
2017/06/02 20:50:34
nice catch! thanks!
|
| +#define CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_ |
| #include "content/common/content_export.h" |
| #include "third_party/WebKit/public/platform/WebURLRequest.h" |
| @@ -66,4 +66,4 @@ STATIC_ASSERT_PREVIEWS_ENUM(PREVIEWS_STATE_LAST, |
| } // namespace content |
| -#endif // CONTENT_PUBLIC_COMMON_PREVIEWS_TYPE_H_ |
| +#endif // CONTENT_PUBLIC_COMMON_PREVIEWS_STATE_H_ |