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" |