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

Unified Diff: Source/platform/LifecycleObserver.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/LifecycleNotifier.h ('k') | Source/platform/LinkHash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LifecycleObserver.h
diff --git a/Source/platform/LifecycleObserver.h b/Source/platform/LifecycleObserver.h
index d1609f5110ea229f88b28c1aaa6a4dc3396297ac..54fc27691b779d959afc518cff61b3c01915182e 100644
--- a/Source/platform/LifecycleObserver.h
+++ b/Source/platform/LifecycleObserver.h
@@ -29,7 +29,7 @@
#include "wtf/Assertions.h"
-namespace WebCore {
+namespace blink {
template<typename T>
class LifecycleObserver {
@@ -88,6 +88,6 @@ inline void LifecycleObserver<T>::observeContext(typename LifecycleObserver<T>::
observerContext(m_lifecycleContext, this);
}
-} // namespace WebCore
+} // namespace blink
#endif // LifecycleObserver_h
« no previous file with comments | « Source/platform/LifecycleNotifier.h ('k') | Source/platform/LinkHash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698