| Index: extensions/browser/guest_view/extension_options/extension_options_constants.cc
|
| diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.cc b/extensions/browser/guest_view/extension_options/extension_options_constants.cc
|
| similarity index 89%
|
| rename from chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| rename to extensions/browser/guest_view/extension_options/extension_options_constants.cc
|
| index 98c469733b0e572e4bd5364d4cf49976ef9e0076..7796c2f87305f0e2f1d8f0ac456af62af662f822 100644
|
| --- a/chrome/browser/guest_view/extension_options/extension_options_constants.cc
|
| +++ b/extensions/browser/guest_view/extension_options/extension_options_constants.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/browser/guest_view/extension_options/extension_options_constants.h"
|
| +#include "extensions/browser/guest_view/extension_options/extension_options_constants.h"
|
|
|
| namespace extensionoptions {
|
|
|
| @@ -23,5 +23,4 @@ const char kNewWidth[] = "newWidth";
|
| const char kOldHeight[] = "oldHeight";
|
| const char kOldWidth[] = "oldWidth";
|
|
|
| -
|
| } // namespace extensionoptions
|
|
|