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

Side by Side Diff: chrome/common/extensions/permissions/chrome_permission_message_provider.h

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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 | « chrome/browser/upgrade_detector.h ('k') | chrome/common/partial_circular_buffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 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 CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVIDER_ H_ 5 #ifndef CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVIDER_ H_
6 #define CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVIDER_ H_ 6 #define CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVIDER_ H_
7 7
8 #include <set> 8 #include <set>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/gtest_prod_util.h"
12 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
13 #include "extensions/common/permissions/permission_message_provider.h" 12 #include "extensions/common/permissions/permission_message_provider.h"
14 13
15 namespace extensions { 14 namespace extensions {
16 15
17 // Tested in two places: 16 // Tested in two places:
18 // 1. chrome_permission_message_provider_unittest.cc, which is a regular unit 17 // 1. chrome_permission_message_provider_unittest.cc, which is a regular unit
19 // test for this class 18 // test for this class
20 // 2. chrome/browser/extensions/permission_messages_unittest.cc, which is an 19 // 2. chrome/browser/extensions/permission_messages_unittest.cc, which is an
21 // integration test that ensures messages are correctly generated for 20 // integration test that ensures messages are correctly generated for
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 const PermissionSet* old_permissions, 60 const PermissionSet* old_permissions,
62 const PermissionSet* new_permissions, 61 const PermissionSet* new_permissions,
63 Manifest::Type extension_type) const; 62 Manifest::Type extension_type) const;
64 63
65 DISALLOW_COPY_AND_ASSIGN(ChromePermissionMessageProvider); 64 DISALLOW_COPY_AND_ASSIGN(ChromePermissionMessageProvider);
66 }; 65 };
67 66
68 } // namespace extensions 67 } // namespace extensions
69 68
70 #endif // CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVID ER_H_ 69 #endif // CHROME_COMMON_EXTENSIONS_PERMISSIONS_CHROME_PERMISSION_MESSAGE_PROVID ER_H_
OLDNEW
« no previous file with comments | « chrome/browser/upgrade_detector.h ('k') | chrome/common/partial_circular_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698