summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mtpd/source/string_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mtpd/source/string_helpers.h')
-rw-r--r--chromium/third_party/mtpd/source/string_helpers.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/third_party/mtpd/source/string_helpers.h b/chromium/third_party/mtpd/source/string_helpers.h
deleted file mode 100644
index 7edfc3a34f1..00000000000
--- a/chromium/third_party/mtpd/source/string_helpers.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef STRING_HELPERS_H_
-#define STRING_HELPERS_H_
-
-#include <string>
-
-namespace mtpd {
-
-// Returns |str| if |str| is a valid UTF8 string (determined by
-// base::IsStringUTF8) or an empty string otherwise.
-std::string EnsureUTF8String(const std::string& str);
-
-} // namespace
-
-#endif // STRING_HELPERS_H_