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

Unified Diff: content/browser/tcmalloc_internals_request_job.h

Issue 1308823002: Move Singleton and related structs to namespace base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 3 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: content/browser/tcmalloc_internals_request_job.h
diff --git a/content/browser/tcmalloc_internals_request_job.h b/content/browser/tcmalloc_internals_request_job.h
index d6d7e008d97d651606254959e5ec01ce3833de14..2d57a10d636d99402cb56b9e86a457673d02eccc 100644
--- a/content/browser/tcmalloc_internals_request_job.h
+++ b/content/browser/tcmalloc_internals_request_job.h
@@ -40,7 +40,7 @@ class AboutTcmallocOutputs {
typedef std::map<std::string, std::string> AboutTcmallocOutputsType;
AboutTcmallocOutputsType outputs_;
- friend struct DefaultSingletonTraits<AboutTcmallocOutputs>;
+ friend struct base::DefaultSingletonTraits<AboutTcmallocOutputs>;
DISALLOW_COPY_AND_ASSIGN(AboutTcmallocOutputs);
};
« no previous file with comments | « content/browser/signed_certificate_timestamp_store_impl.cc ('k') | content/browser/tcmalloc_internals_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698