| Index: extensions/common/manifest_handlers/webview_info.cc
|
| diff --git a/chrome/common/extensions/webview_handler.cc b/extensions/common/manifest_handlers/webview_info.cc
|
| similarity index 98%
|
| rename from chrome/common/extensions/webview_handler.cc
|
| rename to extensions/common/manifest_handlers/webview_info.cc
|
| index ef8b241292ce7f2ca1356a69d8f9206cc5c776fc..e84ae7b8df6dbd84e4568e237fb3b99903225e70 100644
|
| --- a/chrome/common/extensions/webview_handler.cc
|
| +++ b/extensions/common/manifest_handlers/webview_info.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/webview_handler.h"
|
| +#include "extensions/common/manifest_handlers/webview_info.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|