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

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

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.h
diff --git a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
index 00e5e00f0ab12220085bbc6eee56f1d81a2a9df5..4edd3ca948144143c1cb0b9cc3160b565840b685 100644
--- a/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
+++ b/Source/modules/navigatorcontentutils/testing/InternalsNavigatorContentUtils.h
@@ -5,7 +5,7 @@
#ifndef InternalsNavigatorContentUtils_h
#define InternalsNavigatorContentUtils_h
-namespace WebCore {
+namespace blink {
class Document;
class Internals;
@@ -15,6 +15,6 @@ public:
static void setNavigatorContentUtilsClientMock(Internals&, Document*);
};
-} // namespace WebCore
+} // namespace blink
#endif // InternalsNavigatorContentUtils_h

Powered by Google App Engine
This is Rietveld 408576698