Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(311)

Side by Side Diff: extensions/common/install_warning.h

Issue 296173011: Cleanup: fix Namespace comments in /extension/commons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert my changes. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/dom_action_types.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef EXTENSIONS_COMMON_INSTALL_WARNING_H_ 5 #ifndef EXTENSIONS_COMMON_INSTALL_WARNING_H_
6 #define EXTENSIONS_COMMON_INSTALL_WARNING_H_ 6 #define EXTENSIONS_COMMON_INSTALL_WARNING_H_
7 7
8 #include <ostream> 8 #include <ostream>
9 #include <string> 9 #include <string>
10 10
(...skipping 25 matching lines...) Expand all
36 // "permissions"). 36 // "permissions").
37 std::string key; 37 std::string key;
38 // Optional - for specifying the incorrect portion of a key in the manifest 38 // Optional - for specifying the incorrect portion of a key in the manifest
39 // (e.g., an unrecognized permission "foo" in "permissions"). 39 // (e.g., an unrecognized permission "foo" in "permissions").
40 std::string specific; 40 std::string specific;
41 }; 41 };
42 42
43 // Let gtest print InstallWarnings. 43 // Let gtest print InstallWarnings.
44 void PrintTo(const InstallWarning&, ::std::ostream* os); 44 void PrintTo(const InstallWarning&, ::std::ostream* os);
45 45
46 } // namespace 46 } // namespace extensions
47 47
48 #endif // EXTENSIONS_COMMON_INSTALL_WARNING_H_ 48 #endif // EXTENSIONS_COMMON_INSTALL_WARNING_H_
OLDNEW
« no previous file with comments | « extensions/common/dom_action_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698