| Index: content/renderer/media/mock_media_constraint_factory.h
|
| diff --git a/content/renderer/media/mock_media_constraint_factory.h b/content/renderer/media/mock_media_constraint_factory.h
|
| index e98cb30429b976e192dd0e902c42d29f09bbcef4..4632dacdfd9ea3593a5162dd2291b4ead58513e8 100644
|
| --- a/content/renderer/media/mock_media_constraint_factory.h
|
| +++ b/content/renderer/media/mock_media_constraint_factory.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_RENDERER_MEDIA_MOCK_MEDIA_STREAM_CONSTRAINT_H_
|
| -#define CONTENT_RENDERER_MEDIA_MOCK_MEDIA_STREAM_CONSTRAINT_H_
|
| +#ifndef CONTENT_RENDERER_MEDIA_MOCK_MEDIA_CONSTRAINT_FACTORY_H_
|
| +#define CONTENT_RENDERER_MEDIA_MOCK_MEDIA_CONSTRAINT_FACTORY_H_
|
|
|
| #include <string>
|
| #include <vector>
|
| @@ -35,4 +35,4 @@ class MockMediaConstraintFactory {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_MEDIA_MOCK_MEDIA_STREAM_CONSTRAINT_H_
|
| +#endif // CONTENT_RENDERER_MEDIA_MOCK_MEDIA_CONSTRAINT_FACTORY_H_
|
|
|