| Index: extensions/browser/guest_view/extension_view/extension_view_constants.h
|
| diff --git a/extensions/browser/guest_view/extension_options/extension_options_constants.h b/extensions/browser/guest_view/extension_view/extension_view_constants.h
|
| similarity index 53%
|
| copy from extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| copy to extensions/browser/guest_view/extension_view/extension_view_constants.h
|
| index 28228c2462d417c672d8bd504cb2abfca79de1b9..92583757098ee105a6a5e00a547ee6559700f8fe 100644
|
| --- a/extensions/browser/guest_view/extension_options/extension_options_constants.h
|
| +++ b/extensions/browser/guest_view/extension_view/extension_view_constants.h
|
| @@ -1,17 +1,18 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| -#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| +#ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
|
| +#define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
|
|
|
| -namespace extensionoptions {
|
| +namespace extensionview {
|
|
|
| // API namespace.
|
| extern const char kAPINamespace[];
|
|
|
| -extern const char kExtensionId[];
|
| +// Attributes.
|
| +extern const char kAttributeSrc[];
|
|
|
| -} // namespace extensionoptions
|
| +} // namespace extensionview
|
|
|
| -#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_OPTIONS_CONSTANTS_H_
|
| +#endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_OPTIONS_CONSTANTS_H_
|
|
|