| Index: webkit/fileapi/file_system_operation.h
 | 
| diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h
 | 
| index e260e24806767374b1dced576d92e3826231164b..1b52e22c35e9a501a8db3df7b4fca4dfa78abad7 100644
 | 
| --- a/webkit/fileapi/file_system_operation.h
 | 
| +++ b/webkit/fileapi/file_system_operation.h
 | 
| @@ -1,4 +1,4 @@
 | 
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
 | 
| +// Copyright (c) 2011 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.
 | 
|  
 | 
| @@ -22,10 +22,10 @@ class Time;
 | 
|  
 | 
|  namespace net {
 | 
|  class URLRequest;
 | 
| +class URLRequestContext;
 | 
|  }  // namespace net
 | 
|  
 | 
|  class GURL;
 | 
| -class URLRequestContext;
 | 
|  
 | 
|  namespace fileapi {
 | 
|  
 | 
| @@ -68,7 +68,7 @@ class FileSystemOperation {
 | 
|  
 | 
|    virtual void Remove(const FilePath& path, bool recursive);
 | 
|  
 | 
| -  virtual void Write(scoped_refptr<URLRequestContext> url_request_context,
 | 
| +  virtual void Write(scoped_refptr<net::URLRequestContext> url_request_context,
 | 
|                       const FilePath& path,
 | 
|                       const GURL& blob_url,
 | 
|                       int64 offset);
 | 
| 
 |