Update {virtual,override,final} to follow C++11 style.
[chromium-blink-merge.git] / extensions / browser / guest_view / extension_view / extension_view_constants.h
blob92583757098ee105a6a5e00a547ee6559700f8fe
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
6 #define EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_OPTIONS_EXTENSION_VIEW_CONSTANTS_H_
8 namespace extensionview {
10 // API namespace.
11 extern const char kAPINamespace[];
13 // Attributes.
14 extern const char kAttributeSrc[];
16 } // namespace extensionview
18 #endif // EXTENSIONS_BROWSER_GUEST_VIEW_EXTENSION_VIEW_EXTENSION_OPTIONS_CONSTANTS_H_