Merge "Remove TODOs for std::string removal."

This commit is contained in:
Treehugger Robot 2017-08-02 20:35:45 +00:00 committed by Gerrit Code Review
commit ceb7814c86
2 changed files with 0 additions and 2 deletions

View File

@ -67,7 +67,6 @@ public:
inline const char16_t* string() const;
//TODO(b/35363681): remove
private:
static inline std::string std_string(const String16& str);
public:

View File

@ -67,7 +67,6 @@ public:
inline const char* c_str() const;
inline const char* string() const;
// TODO(b/35363681): remove
private:
static inline std::string std_string(const String8& str);
public: