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

Unified Diff: storage/browser/quota/quota_database.cc

Issue 1139323003: Discard duplicate includes of files from storage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: storage/browser/quota/quota_database.cc
diff --git a/storage/browser/quota/quota_database.cc b/storage/browser/quota/quota_database.cc
index 492fb876c1759414ebb4ea71320650d07ecf40a1..85e0000645c35c8d3dac722c82d997a69ebcb6c2 100644
--- a/storage/browser/quota/quota_database.cc
+++ b/storage/browser/quota/quota_database.cc
@@ -4,19 +4,16 @@
#include "storage/browser/quota/quota_database.h"
-#include <string>
#include <vector>
#include "base/auto_reset.h"
#include "base/bind.h"
#include "base/files/file_util.h"
-#include "base/time/time.h"
#include "sql/connection.h"
#include "sql/meta_table.h"
#include "sql/statement.h"
#include "sql/transaction.h"
#include "storage/browser/quota/special_storage_policy.h"
-#include "url/gurl.h"
namespace storage {
namespace {

Powered by Google App Engine
This is Rietveld 408576698