Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1580)

Unified Diff: webkit/fileapi/mount_points.cc

Issue 14895013: Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/mount_points.cc
diff --git a/webkit/fileapi/mount_points.cc b/webkit/fileapi/mount_points.cc
deleted file mode 100644
index fbd881d965ee42062254b423a3a1707b9410b699..0000000000000000000000000000000000000000
--- a/webkit/fileapi/mount_points.cc
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright (c) 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/fileapi/mount_points.h"
-
-namespace fileapi {
-
-MountPoints::MountPointInfo::MountPointInfo() {}
-MountPoints::MountPointInfo::MountPointInfo(
- const std::string& name, const base::FilePath& path)
- : name(name), path(path) {}
-
-} // namespace fileapi
-

Powered by Google App Engine
This is Rietveld 408576698