summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/sandboxed_file_system_operation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/sandboxed_file_system_operation.cc')
-rw-r--r--webkit/fileapi/sandboxed_file_system_operation.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/fileapi/sandboxed_file_system_operation.cc b/webkit/fileapi/sandboxed_file_system_operation.cc
index d866512..08569f9 100644
--- a/webkit/fileapi/sandboxed_file_system_operation.cc
+++ b/webkit/fileapi/sandboxed_file_system_operation.cc
@@ -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.
@@ -120,7 +120,7 @@ void SandboxedFileSystemOperation::Remove(
}
void SandboxedFileSystemOperation::Write(
- scoped_refptr<URLRequestContext> url_request_context,
+ scoped_refptr<net::URLRequestContext> url_request_context,
const FilePath& path, const GURL& blob_url, int64 offset) {
if (!VerifyFileSystemPathForWrite(path, true /* create */,
FileSystemQuotaManager::kUnknownSize)) {