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

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: 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
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"

Powered by Google App Engine
This is Rietveld 408576698