| Index: third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| index 53c4e461e06619d612e5f164e2f69cf922196d67..97f21be0858fdd5ace0478cea8425bde8f53d788 100644
|
| --- a/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/csp/CSPSourceTest.cpp
|
| @@ -20,7 +20,7 @@ public:
|
| }
|
|
|
| protected:
|
| - RefPtrWillBePersistent<ContentSecurityPolicy> csp;
|
| + Persistent<ContentSecurityPolicy> csp;
|
| };
|
|
|
| TEST_F(CSPSourceTest, BasicMatching)
|
|
|