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

Unified Diff: Source/web/TextFinder.cpp

Issue 462353003: Cleanup namespace usage in Source/web[A-V]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor updates 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/StorageQuotaClientImpl.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/TextFinder.cpp
diff --git a/Source/web/TextFinder.cpp b/Source/web/TextFinder.cpp
index 597fdc45dfe16344f146a61627aa9ecf99bef1ee..a21dfa4cd6b5319ec9d92d42006152acd81e36c9 100644
--- a/Source/web/TextFinder.cpp
+++ b/Source/web/TextFinder.cpp
@@ -51,8 +51,6 @@
#include "web/WebViewImpl.h"
#include "wtf/CurrentTime.h"
-using namespace blink;
-
namespace blink {
TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordinal)
@@ -61,7 +59,7 @@ TextFinder::FindMatch::FindMatch(PassRefPtrWillBeRawPtr<Range> range, int ordina
{
}
-void TextFinder::FindMatch::trace(blink::Visitor* visitor)
+void TextFinder::FindMatch::trace(Visitor* visitor)
{
visitor->trace(m_range);
}
« no previous file with comments | « Source/web/StorageQuotaClientImpl.cpp ('k') | Source/web/UserMediaClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698