| Index: Source/bindings/core/v8/V8DOMActivityLogger.h
|
| diff --git a/Source/bindings/core/v8/V8DOMActivityLogger.h b/Source/bindings/core/v8/V8DOMActivityLogger.h
|
| index 0e62eb610549dc7159572330621474654662c0c8..ac2b59ff77a8c5a057e2b3198747c332116f8c06 100644
|
| --- a/Source/bindings/core/v8/V8DOMActivityLogger.h
|
| +++ b/Source/bindings/core/v8/V8DOMActivityLogger.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <v8.h>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class KURL;
|
|
|
| @@ -72,6 +72,6 @@ public:
|
|
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // V8DOMActivityLogger_h
|
|
|