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

Unified Diff: cc/base/list_container_helper.h

Issue 1437413002: cc: Remove ScopedPtrVector and cc::remove_if. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: just the vector Created 5 years, 1 month 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: cc/base/list_container_helper.h
diff --git a/cc/base/list_container_helper.h b/cc/base/list_container_helper.h
index 31b2310d49dd160441d311fab3d048f40e9a3d76..04169f8a4672ad5e1a5b8e6bc91ba6899717166e 100644
--- a/cc/base/list_container_helper.h
+++ b/cc/base/list_container_helper.h
@@ -5,6 +5,7 @@
#ifndef CC_BASE_LIST_CONTAINER_HELPER_H_
#define CC_BASE_LIST_CONTAINER_HELPER_H_
+#include "base/logging.h"
danakj 2015/11/17 01:12:16 why?
vmpstr 2015/11/17 23:26:23 That was meant to be in the .cc, moved it there. I
#include "base/memory/scoped_ptr.h"
#include "cc/base/cc_export.h"

Powered by Google App Engine
This is Rietveld 408576698