| Index: public/web/WebFindOptions.h
|
| diff --git a/public/web/WebFindOptions.h b/public/web/WebFindOptions.h
|
| index e3110435d2bde7b6f7c4f743d9ec9b7f4c4f3078..3c3200741e840dd148f4b24446e69868d3e08311 100644
|
| --- a/public/web/WebFindOptions.h
|
| +++ b/public/web/WebFindOptions.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "../platform/WebString.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| // Options used when performing a find-in-page query.
|
| struct WebFindOptions {
|
| @@ -61,6 +61,6 @@ struct WebFindOptions {
|
| , medialCapitalAsWordStart(false) { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|