summaryrefslogtreecommitdiff
path: root/base/files/file_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/files/file_path.h')
-rw-r--r--base/files/file_path.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/files/file_path.h b/base/files/file_path.h
index 02846f6892..3234df7bfb 100644
--- a/base/files/file_path.h
+++ b/base/files/file_path.h
@@ -182,13 +182,6 @@ class BASE_EXPORT FilePath {
~FilePath();
FilePath& operator=(const FilePath& that);
- // Constructs FilePath with the contents of |that|, which is left in valid but
- // unspecified state.
- FilePath(FilePath&& that);
- // Replaces the contents with those of |that|, which is left in valid but
- // unspecified state.
- FilePath& operator=(FilePath&& that);
-
bool operator==(const FilePath& that) const;
bool operator!=(const FilePath& that) const;