| Index: chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| diff --git a/chrome/common/extensions/api/icons/icons_handler.cc b/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| similarity index 98%
|
| rename from chrome/common/extensions/api/icons/icons_handler.cc
|
| rename to chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| index 78f29295631c96fa868cfbb2219e182c3b71117b..823d932f7e1910ff3c340a8db7a521639ee1fcad 100644
|
| --- a/chrome/common/extensions/api/icons/icons_handler.cc
|
| +++ b/chrome/common/extensions/manifest_handlers/icons_handler.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/extensions/api/icons/icons_handler.h"
|
| +#include "chrome/common/extensions/manifest_handlers/icons_handler.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/lazy_instance.h"
|
|
|