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

Unified Diff: extensions/browser/quota_service.h

Issue 2494113003: Do not typedef ExtensionId/ID, since it's already available in extension_id.h (Closed)
Patch Set: fix includes from comments Created 4 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
« no previous file with comments | « extensions/browser/lazy_background_task_queue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/quota_service.h
diff --git a/extensions/browser/quota_service.h b/extensions/browser/quota_service.h
index ab45e0876e3a614c5bdb264583b738bc54ba6ac4..433ea322ac3ad0494814cdc28f9e230a8df130e1 100644
--- a/extensions/browser/quota_service.h
+++ b/extensions/browser/quota_service.h
@@ -28,6 +28,7 @@
#include "base/time/time.h"
#include "base/timer/timer.h"
#include "base/values.h"
+#include "extensions/common/extension_id.h"
class ExtensionFunction;
@@ -73,7 +74,6 @@ class QuotaService : public base::NonThreadSafe {
};
private:
- using ExtensionId = std::string;
using FunctionName = std::string;
// All QuotaLimitHeuristic instances in this map are owned by us.
using FunctionHeuristicsMap = std::map<FunctionName, QuotaLimitHeuristics>;
« no previous file with comments | « extensions/browser/lazy_background_task_queue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698