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

Unified Diff: content/content_browser.gypi

Issue 18075008: IndexedDB: Switch key/value handling from vector<char> to std::string (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove C++11ism Created 7 years, 5 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/common/indexed_db/indexed_db_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0d088fac01ca12eaeebe60c68424b30235d25b23..7cfa0378ceab7fea995bea928b8e7cfe49d56b80 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -591,7 +591,6 @@
'browser/indexed_db/leveldb/leveldb_database.cc',
'browser/indexed_db/leveldb/leveldb_database.h',
'browser/indexed_db/leveldb/leveldb_iterator.h',
- 'browser/indexed_db/leveldb/leveldb_slice.h',
'browser/indexed_db/leveldb/leveldb_transaction.cc',
'browser/indexed_db/leveldb/leveldb_transaction.h',
'browser/indexed_db/leveldb/leveldb_write_batch.cc',
« no previous file with comments | « content/common/indexed_db/indexed_db_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698