Removing "using" delclarations that import names from the STL library.

This is as per the the coding guidelines for blink, which disallows
importing names from the STL library through the "using" declarations.

Review URL: https://codereview.chromium.org/199793011

git-svn-id: svn://svn.chromium.org/blink/trunk@169914 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 9b8af3bd
......@@ -34,7 +34,6 @@
#include "core/accessibility/AXTableRow.h"
#include "core/rendering/RenderObject.h"
using namespace std;
namespace WebCore {
......
......@@ -32,7 +32,6 @@
#include "core/accessibility/AXTable.h"
#include "core/accessibility/AXTableRow.h"
using namespace std;
namespace WebCore {
......
......@@ -31,7 +31,6 @@
#include "core/accessibility/AXTable.h"
using namespace std;
namespace WebCore {
......
......@@ -34,7 +34,6 @@
#include "core/rendering/RenderText.h"
#include "platform/LayoutUnit.h"
using namespace std;
namespace WebCore {
......
......@@ -32,7 +32,6 @@
#include "core/html/HTMLUListElement.h"
#include "core/rendering/RenderObject.h"
using namespace std;
namespace WebCore {
......
......@@ -34,7 +34,6 @@
#include "core/html/HTMLSelectElement.h"
#include "core/rendering/RenderListBox.h"
using namespace std;
namespace WebCore {
......
......@@ -35,7 +35,6 @@
#include "core/html/HTMLSelectElement.h"
#include "core/rendering/RenderListBox.h"
using namespace std;
namespace WebCore {
......
......@@ -43,7 +43,6 @@
#include "platform/UserGestureIndicator.h"
#include "wtf/text/StringBuilder.h"
using namespace std;
namespace WebCore {
......
......@@ -43,7 +43,6 @@
#include "wtf/text/WTFString.h"
using blink::WebLocalizedString;
using namespace std;
namespace WebCore {
......
......@@ -72,7 +72,6 @@
#include "wtf/StdLibExtras.h"
using blink::WebLocalizedString;
using namespace std;
namespace WebCore {
......
......@@ -32,7 +32,6 @@
#include "core/accessibility/AXObjectCache.h"
#include "core/rendering/RenderTableCell.h"
using namespace std;
namespace WebCore {
......
......@@ -33,7 +33,6 @@
#include "core/accessibility/AXTableCell.h"
#include "core/rendering/RenderTableCell.h"
using namespace std;
namespace WebCore {
......
......@@ -30,7 +30,6 @@
#include "core/accessibility/AXTableHeaderContainer.h"
using namespace std;
namespace WebCore {
......
......@@ -32,7 +32,6 @@
#include "core/accessibility/AXTableCell.h"
#include "core/rendering/RenderTableRow.h"
using namespace std;
namespace WebCore {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment