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

Unified Diff: chrome/common/extensions/manifest_handlers/icons_handler.cc

Issue 13460012: Move IconsHandler from c/c/e/api/ to c/c/e (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for CQ Created 7 years, 8 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: 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"

Powered by Google App Engine
This is Rietveld 408576698