| Index: webkit/tools/test_shell/simple_webcookiejar_impl.cc
 | 
| diff --git a/webkit/tools/test_shell/simple_webcookiejar_impl.cc b/webkit/tools/test_shell/simple_webcookiejar_impl.cc
 | 
| deleted file mode 100644
 | 
| index 8636404efd66fca1e9f84f87b8d6291d620d98fb..0000000000000000000000000000000000000000
 | 
| --- a/webkit/tools/test_shell/simple_webcookiejar_impl.cc
 | 
| +++ /dev/null
 | 
| @@ -1,25 +0,0 @@
 | 
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
| -// Use of this source code is governed by a BSD-style license that can be
 | 
| -// found in the LICENSE file.
 | 
| -
 | 
| -#include "webkit/tools/test_shell/simple_webcookiejar_impl.h"
 | 
| -
 | 
| -#include "third_party/WebKit/public/platform/WebURL.h"
 | 
| -#include "webkit/tools/test_shell/simple_resource_loader_bridge.h"
 | 
| -
 | 
| -using WebKit::WebString;
 | 
| -using WebKit::WebURL;
 | 
| -
 | 
| -void SimpleWebCookieJarImpl::setCookie(const WebURL& url,
 | 
| -                                       const WebURL& first_party_for_cookies,
 | 
| -                                       const WebString& value) {
 | 
| -  SimpleResourceLoaderBridge::SetCookie(
 | 
| -      url, first_party_for_cookies, value.utf8());
 | 
| -}
 | 
| -
 | 
| -WebString SimpleWebCookieJarImpl::cookies(
 | 
| -    const WebURL& url,
 | 
| -    const WebURL& first_party_for_cookies) {
 | 
| -  return WebString::fromUTF8(
 | 
| -      SimpleResourceLoaderBridge::GetCookies(url, first_party_for_cookies));
 | 
| -}
 | 
| 
 |