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

Unified Diff: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
Index: Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp
index 5ca9412320a1ced11b48225f63e51fc9d656d31c..b61444cecfc4bfd5b3a13adb68c4983c50479ae9 100644
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.cpp
@@ -10,7 +10,7 @@
#include "modules/navigatorcontentutils/NavigatorContentUtils.h"
#include "modules/navigatorcontentutils/testing/NavigatorContentUtilsClientMock.h"
-namespace WebCore {
+namespace blink {
void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internals&, Document* document)
{
@@ -19,4 +19,4 @@ void InternalsNavigatorContentUtils::setNavigatorContentUtilsClientMock(Internal
navigatorContentUtils->setClientForTest(adoptPtr(new NavigatorContentUtilsClientMock()));
}
-} // namespace WebCore
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698