summaryrefslogtreecommitdiff
path: root/utf/stringpiece.h
diff options
context:
space:
mode:
Diffstat (limited to 'utf/stringpiece.h')
-rw-r--r--utf/stringpiece.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/utf/stringpiece.h b/utf/stringpiece.h
index 7b56772..70d3f76 100644
--- a/utf/stringpiece.h
+++ b/utf/stringpiece.h
@@ -16,9 +16,8 @@
#ifndef STRINGS_STRINGPIECE_H_
#define STRINGS_STRINGPIECE_H_
-//#include "third_party/chromium/src/base/string_piece.h"
-#include "base/string_piece.h"
+#include "phonenumbers/base/strings/string_piece.h"
-using base::StringPiece;
+using i18n::phonenumbers::StringPiece;
#endif // STRINGS_STRINGPIECE_H_