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

Unified Diff: base/lazy_instance.h

Issue 2037883004: [Win] Add reporting of total number of modules loaded in browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing include. Created 4 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: base/lazy_instance.h
diff --git a/base/lazy_instance.h b/base/lazy_instance.h
index fd0321017df8f8ba6643f1326db2db581fd05ed5..98e3a181aec37c1e58fc6cf798bcdd4b33382820 100644
--- a/base/lazy_instance.h
+++ b/base/lazy_instance.h
@@ -40,6 +40,7 @@
#include "base/atomicops.h"
#include "base/base_export.h"
#include "base/debug/leak_annotations.h"
+#include "base/lazy_instance.h"
grt (UTC plus 2) 2016/06/20 20:36:28 i don't think you meant to include this. :-)
chrisha 2016/07/22 20:30:12 Done.
#include "base/logging.h"
#include "base/memory/aligned_memory.h"
#include "base/threading/thread_restrictions.h"
« no previous file with comments | « no previous file | chrome/browser/chrome_notification_types.h » ('j') | chrome/browser/enumerate_modules_model_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698