| Index: Source/web/CompositionUnderlineVectorBuilder.h
|
| diff --git a/Source/web/CompositionUnderlineVectorBuilder.h b/Source/web/CompositionUnderlineVectorBuilder.h
|
| index 7a6c8ae1fccd6edcb299c7eab8e146227fc58e5c..427f48c0a6077f230999b5a93c15f52855674ee8 100644
|
| --- a/Source/web/CompositionUnderlineVectorBuilder.h
|
| +++ b/Source/web/CompositionUnderlineVectorBuilder.h
|
| @@ -36,7 +36,7 @@
|
| #include "public/platform/WebVector.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // This classes are used for converting from std::vector<WebCompositionUnderline>
|
| // to Vector<WebCore::CompositionUnderline>.
|
| @@ -48,6 +48,6 @@ public:
|
| const WebVector<WebCompositionUnderline>&);
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|