| Index: extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| diff --git a/chrome/browser/guest_view/extension_options/extension_options_constants.h b/extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| similarity index 72%
|
| rename from chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| rename to extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| index aab887389ffb71a76dcda63c9c1e99aba98830df..cf3bb6ff4d1a8e3b35c06e7e1a8af3a18d8e87c0 100644
|
| --- a/chrome/browser/guest_view/extension_options/extension_options_constants.h
|
| +++ b/extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| -#define CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| +#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
|
|
| namespace extensionoptions {
|
|
|
| @@ -27,4 +27,4 @@ extern const char kOldWidth[];
|
|
|
| } // namespace extensionoptions
|
|
|
| -#endif // CHROME_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| +#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
|
|