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

Unified Diff: content/browser/indexed_db/indexed_db_observer_changes.h

Issue 2255853003: IndexedDB: ScopedVector<T> -> vector<unique_ptr<T>> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 4 years, 4 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 | « content/browser/indexed_db/indexed_db_index_writer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_observer_changes.h
diff --git a/content/browser/indexed_db/indexed_db_observer_changes.h b/content/browser/indexed_db/indexed_db_observer_changes.h
index 97fc3d9be43c28b0a365a6af170128c11f56a19c..61e31edaca5248f4a295f49800257b801a9f9cee 100644
--- a/content/browser/indexed_db/indexed_db_observer_changes.h
+++ b/content/browser/indexed_db/indexed_db_observer_changes.h
@@ -9,12 +9,11 @@
#include <stdint.h>
#include <map>
+#include <memory>
#include <set>
#include <vector>
#include "base/macros.h"
-#include "base/memory/ptr_util.h"
-#include "base/stl_util.h"
#include "content/browser/indexed_db/indexed_db_observation.h"
#include "content/common/content_export.h"
« no previous file with comments | « content/browser/indexed_db/indexed_db_index_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698