Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: third_party/libphonenumber/cpp/src/phonenumberutil.h

Issue 7044102: Another performance improvement for phone library - at least +25% to previous cl (982ms for 100 i... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libphonenumber/cpp/src/phonenumberutil.h
===================================================================
--- third_party/libphonenumber/cpp/src/phonenumberutil.h (revision 89550)
+++ third_party/libphonenumber/cpp/src/phonenumberutil.h (working copy)
@@ -29,7 +29,7 @@
#include <unicode/translit.h>
#include "base/scoped_ptr.h"
-#include "base/singleton.h"
+#include "base/memory/singleton.h"
#include "phonenumber.pb.h"
class TelephoneNumber;

Powered by Google App Engine
This is Rietveld 408576698