| Index: webkit/browser/fileapi/sandbox_origin_database_interface.cc
|
| diff --git a/webkit/browser/fileapi/sandbox_origin_database_interface.cc b/webkit/browser/fileapi/sandbox_origin_database_interface.cc
|
| deleted file mode 100644
|
| index 855e4c33a63e899de5a49709a5f315013418b517..0000000000000000000000000000000000000000
|
| --- a/webkit/browser/fileapi/sandbox_origin_database_interface.cc
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -// Copyright 2013 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/browser/fileapi/sandbox_origin_database_interface.h"
|
| -
|
| -namespace storage {
|
| -
|
| -SandboxOriginDatabaseInterface::OriginRecord::OriginRecord() {
|
| -}
|
| -
|
| -SandboxOriginDatabaseInterface::OriginRecord::OriginRecord(
|
| - const std::string& origin_in, const base::FilePath& path_in)
|
| - : origin(origin_in), path(path_in) {
|
| -}
|
| -
|
| -SandboxOriginDatabaseInterface::OriginRecord::~OriginRecord() {
|
| -}
|
| -
|
| -} // namespace storage
|
|
|