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

Unified Diff: base/logging.h

Issue 693773003: Cleanup various includes and namespace references. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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/logging.h
diff --git a/base/logging.h b/base/logging.h
index 6a1df765895c23c0e5211497e63a6a5fba8dc54f..52bc726a7fb1fcf3b461149969a3c9e131bc13ab 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -9,6 +9,7 @@
#include <string>
#include <cstring>
#include <sstream>
+#include <vector>
Nico 2014/10/31 14:30:08 This file doesn't use vector anywhere from what I
Fabrice (no longer in Chrome) 2014/10/31 15:45:23 This comes from an earlier version of the patch, r
#include "base/base_export.h"
#include "base/basictypes.h"

Powered by Google App Engine
This is Rietveld 408576698