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

Unified Diff: extensions/common/manifest_handlers/default_locale_handler.cc

Issue 719243002: Move default_locale manifest handler out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: type alias Created 6 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
Index: extensions/common/manifest_handlers/default_locale_handler.cc
diff --git a/chrome/common/extensions/api/i18n/default_locale_handler.cc b/extensions/common/manifest_handlers/default_locale_handler.cc
similarity index 98%
rename from chrome/common/extensions/api/i18n/default_locale_handler.cc
rename to extensions/common/manifest_handlers/default_locale_handler.cc
index 549c780628c5befe84a1e105427dc9047525a3e4..debb664ef6c9c55e25507771fbff11d776648945 100644
--- a/chrome/common/extensions/api/i18n/default_locale_handler.cc
+++ b/extensions/common/manifest_handlers/default_locale_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/i18n/default_locale_handler.h"
+#include "extensions/common/manifest_handlers/default_locale_handler.h"
#include "base/files/file_enumerator.h"
#include "base/files/file_util.h"

Powered by Google App Engine
This is Rietveld 408576698