| Index: public/platform/WebConvertableToTraceFormat.h
|
| diff --git a/public/platform/WebConvertableToTraceFormat.h b/public/platform/WebConvertableToTraceFormat.h
|
| index 23f101d232af3e683b32717a55af22bb85a46fc5..803e5f5dbcb8aefb53f4daca3079f48221f3ae2b 100644
|
| --- a/public/platform/WebConvertableToTraceFormat.h
|
| +++ b/public/platform/WebConvertableToTraceFormat.h
|
| @@ -9,18 +9,16 @@
|
| #include "WebString.h"
|
|
|
| namespace blink {
|
| +
|
| namespace TraceEvent {
|
| class ConvertableToTraceFormat;
|
| }
|
| -}
|
| -
|
| -namespace blink {
|
|
|
| class WebConvertableToTraceFormat {
|
| public:
|
| WebConvertableToTraceFormat() { }
|
| #if INSIDE_BLINK
|
| - WebConvertableToTraceFormat(blink::TraceEvent::ConvertableToTraceFormat*);
|
| + WebConvertableToTraceFormat(TraceEvent::ConvertableToTraceFormat*);
|
| #endif
|
| ~WebConvertableToTraceFormat() { reset(); }
|
|
|
| @@ -36,7 +34,7 @@ public:
|
| }
|
|
|
| private:
|
| - WebPrivatePtr<blink::TraceEvent::ConvertableToTraceFormat> m_private;
|
| + WebPrivatePtr<TraceEvent::ConvertableToTraceFormat> m_private;
|
| };
|
|
|
| } // namespace blink
|
|
|