| Index: Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| diff --git a/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl b/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| index 0bc5f8edf87ad502b0c7617572784df6b5c0b4fa..846b9ec47f37eba41d1dabd37f08d595e45fa1ff 100644
|
| --- a/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| +++ b/Source/build/scripts/templates/InternalSettingsGenerated.cpp.tmpl
|
| @@ -7,7 +7,7 @@
|
| #include "core/page/Page.h"
|
| #include "core/frame/Settings.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| InternalSettingsGenerated::InternalSettingsGenerated(Page* page)
|
| : m_page(page)
|
| @@ -36,4 +36,4 @@ void InternalSettingsGenerated::set{{setting.name|upper_first}}({{setting.type|t
|
| }
|
| {% endfor %}
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|