Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3902)

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebSerializedScriptValue.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebSettingsImpl.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 0546a54fce91ad8ba9abae2e82a80afabbee8948..7c7d46ffbdee695eb53a531db8015baa3012ba75 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -38,8 +38,6 @@
#include "public/platform/WebString.h"
#include "public/platform/WebURL.h"
-using namespace blink;
-
namespace blink {
WebSettingsImpl::WebSettingsImpl(Settings* settings, InspectorController* inspectorController)
@@ -431,7 +429,7 @@ void WebSettingsImpl::setShowPaintRects(bool show)
void WebSettingsImpl::setEditingBehavior(EditingBehavior behavior)
{
- m_settings->setEditingBehaviorType(static_cast<blink::EditingBehaviorType>(behavior));
+ m_settings->setEditingBehaviorType(static_cast<EditingBehaviorType>(behavior));
}
void WebSettingsImpl::setAcceleratedCompositingEnabled(bool enabled)
« no previous file with comments | « Source/web/WebSerializedScriptValue.cpp ('k') | Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698