| Index: chrome/browser/extensions/extensions_quota_service.cc
|
| diff --git a/chrome/browser/extensions/extensions_quota_service.cc b/chrome/browser/extensions/extensions_quota_service.cc
|
| index 330a0b3cf968ea5883eaa7287b8745ecb62975a2..af88219d531a4e61b3f93f1b030c5eb8b9f37ac5 100644
|
| --- a/chrome/browser/extensions/extensions_quota_service.cc
|
| +++ b/chrome/browser/extensions/extensions_quota_service.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/message_loop.h"
|
| #include "base/stl_util.h"
|
| #include "chrome/browser/extensions/extension_function.h"
|
| -#include "chrome/common/extensions/extension_error_utils.h"
|
| +#include "extensions/common/extension_error_utils.h"
|
|
|
| namespace {
|
|
|
| @@ -133,7 +133,7 @@ bool QuotaLimitHeuristic::ApplyToArgs(const ListValue* args,
|
| }
|
|
|
| std::string QuotaLimitHeuristic::GetError() const {
|
| - return ExtensionErrorUtils::FormatErrorMessage(kOverQuotaError, name_);
|
| + return extensions::ErrorUtils::FormatErrorMessage(kOverQuotaError, name_);
|
| }
|
|
|
| ExtensionsQuotaService::SustainedLimit::SustainedLimit(
|
|
|