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

Unified Diff: components/autofill/browser/autofill_country.cc

Issue 14261006: Removed unused thread checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/browser/autofill_country.cc
diff --git a/components/autofill/browser/autofill_country.cc b/components/autofill/browser/autofill_country.cc
index 26cc5caa20507c1af43fb48fbd9128ece828eba3..bae6541bd5ee925bb5c3ef05302ac8ff3a6062af 100644
--- a/components/autofill/browser/autofill_country.cc
+++ b/components/autofill/browser/autofill_country.cc
@@ -14,7 +14,6 @@
#include "base/memory/singleton.h"
#include "base/stl_util.h"
#include "base/string_util.h"
-#include "base/threading/thread_checker.h"
#include "base/utf_string_conversions.h"
#include "grit/generated_resources.h"
#include "third_party/icu/public/common/unicode/locid.h"
@@ -891,9 +890,6 @@ class CountryNames {
// Maps ICU locale names to their corresponding collators.
std::map<std::string, icu::Collator*> collators_;
- // Verifies thread-safety of accesses to the application locale.
- base::ThreadChecker thread_checker_;
-
DISALLOW_COPY_AND_ASSIGN(CountryNames);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698