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

Unified Diff: Source/platform/LinkHash.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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
« no previous file with comments | « Source/platform/LifecycleObserver.h ('k') | Source/platform/LinkHash.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LinkHash.h
diff --git a/Source/platform/LinkHash.h b/Source/platform/LinkHash.h
index 70dec66578590edfaa4ddc5c077c88c13ba9d6a7..07e79a64ceecee2abb128963c25c10a54cec0348 100644
--- a/Source/platform/LinkHash.h
+++ b/Source/platform/LinkHash.h
@@ -30,7 +30,7 @@
#include "wtf/Forward.h"
#include "wtf/text/StringHash.h"
-namespace WebCore {
+namespace blink {
class KURL;
@@ -60,6 +60,6 @@ struct LinkHashHash {
// look like a relative URL.
PLATFORM_EXPORT LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL);
-} // namespace WebCore
+} // namespace blink
#endif // LinkHash_h
« no previous file with comments | « Source/platform/LifecycleObserver.h ('k') | Source/platform/LinkHash.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698