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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/files/file_path.h b/base/files/file_path.h
index 02846f6892..0be0ad0b10 100644
--- a/base/files/file_path.h
+++ b/base/files/file_path.h
@@ -184,7 +184,7 @@ class BASE_EXPORT FilePath {
// Constructs FilePath with the contents of |that|, which is left in valid but
// unspecified state.
- FilePath(FilePath&& that);
+ FilePath(FilePath&& that) noexcept;
// Replaces the contents with those of |that|, which is left in valid but
// unspecified state.
FilePath& operator=(FilePath&& that);