| Index: content/child/assert_matching_enums.cc
|
| diff --git a/content/child/assert_matching_enums.cc b/content/child/assert_matching_enums.cc
|
| index 0d087edac9a51973bfa797d314a064d89d73d56d..0fc87bf66854986cce6610a383d42d7915787da5 100644
|
| --- a/content/child/assert_matching_enums.cc
|
| +++ b/content/child/assert_matching_enums.cc
|
| @@ -8,7 +8,7 @@
|
| #include "base/macros.h"
|
| #include "cc/animation/animation.h"
|
| #include "content/public/common/screen_orientation_values.h"
|
| -#include "net/base/mime_util.h"
|
| +#include "media/base/mime_util.h"
|
| #include "third_party/WebKit/public/platform/WebCompositorAnimation.h"
|
| #include "third_party/WebKit/public/platform/WebMimeRegistry.h"
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h"
|
| @@ -40,11 +40,11 @@ STATIC_ASSERT_MATCHING_ENUM(blink::WebScreenOrientationLockNatural,
|
|
|
| // SupportsType
|
| STATIC_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsNotSupported,
|
| - net::IsNotSupported);
|
| + media::IsNotSupported);
|
| STATIC_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsSupported,
|
| - net::IsSupported);
|
| + media::IsSupported);
|
| STATIC_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::MayBeSupported,
|
| - net::MayBeSupported);
|
| + media::MayBeSupported);
|
|
|
| // TargetProperty
|
| STATIC_ASSERT_MATCHING_ENUM(
|
|
|