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

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

Issue 188813004: Copy ui_overrides files from settings_overrides to preserve history (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/ui_overrides_handler.cc
diff --git a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc b/chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
similarity index 99%
copy from chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc
copy to chrome/common/extensions/manifest_handlers/ui_overrides_handler.cc
index df76be8220d0772b350863af259a207b4b07e0ca..448b89eb98cb0967532994d5972f2adc0a5c555d 100644
--- a/chrome/common/extensions/manifest_handlers/settings_overrides_handler.cc
+++ b/chrome/common/extensions/manifest_handlers/ui_overrides_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/manifest_handlers/settings_overrides_handler.h"
+#include "chrome/common/extensions/manifest_handlers/ui_overrides_handler.h"
#include "base/memory/scoped_ptr.h"
#include "base/strings/string_util.h"

Powered by Google App Engine
This is Rietveld 408576698