| Index: content/browser/renderer_host/sandbox_ipc_linux.h
|
| diff --git a/content/browser/renderer_host/sandbox_ipc_linux.h b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| index 5a487ef414a595f0b563bfa3cd53369a2694426e..2a836e922646e4cab041c0c133098ad7ef740ae4 100644
|
| --- a/content/browser/renderer_host/sandbox_ipc_linux.h
|
| +++ b/content/browser/renderer_host/sandbox_ipc_linux.h
|
| @@ -71,7 +71,7 @@ class SandboxIPCHandler : public base::DelegateSimpleThread::Delegate {
|
| const int lifeline_fd_;
|
| const int browser_socket_;
|
| scoped_ptr<BlinkPlatformImpl> blink_platform_impl_;
|
| - SkTDArray<SkString*> paths_;
|
| + std::vector<SkString> paths_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SandboxIPCHandler);
|
| };
|
|
|