diff options
Diffstat (limited to 'third_party/WebKit/public/web/WebFindOptions.h')
| -rw-r--r-- | third_party/WebKit/public/web/WebFindOptions.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/public/web/WebFindOptions.h b/third_party/WebKit/public/web/WebFindOptions.h index e311043..3c32007 100644 --- a/third_party/WebKit/public/web/WebFindOptions.h +++ b/third_party/WebKit/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 |
