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

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

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.cc
===================================================================
--- third_party/libphonenumber/cpp/src/phonenumberutil.cc (revision 89739)
+++ third_party/libphonenumber/cpp/src/phonenumberutil.cc (working copy)
@@ -29,7 +29,7 @@
#include <unicode/translit.h>
#include "base/logging.h"
-#include "base/singleton.h"
+#include "base/memory/singleton.h"
#include "default_logger.h"
#include "logger_adapter.h"
#include "metadata.h"

Powered by Google App Engine
This is Rietveld 408576698