OLD | NEW |
1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 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_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_SAM
PLING_H_ | 5 #ifndef CHROME_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_SAM
PLING_H_ |
6 #define CHROME_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_SAM
PLING_H_ | 6 #define CHROME_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_SAM
PLING_H_ |
7 | 7 |
8 #include "base/macros.h" | 8 #include "base/macros.h" |
| 9 #include "base/memory/scoped_ptr.h" |
9 #include "chrome/common/extensions/api/experience_sampling_private.h" | 10 #include "chrome/common/extensions/api/experience_sampling_private.h" |
10 | 11 |
11 namespace content { | 12 namespace content { |
12 class BrowserContext; | 13 class BrowserContext; |
13 } | 14 } |
14 | 15 |
15 class GURL; | 16 class GURL; |
16 | 17 |
17 namespace extensions { | 18 namespace extensions { |
18 | 19 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 bool has_viewed_learn_more_; | 69 bool has_viewed_learn_more_; |
69 content::BrowserContext* browser_context_; | 70 content::BrowserContext* browser_context_; |
70 UIElement ui_element_; | 71 UIElement ui_element_; |
71 | 72 |
72 DISALLOW_COPY_AND_ASSIGN(ExperienceSamplingEvent); | 73 DISALLOW_COPY_AND_ASSIGN(ExperienceSamplingEvent); |
73 }; | 74 }; |
74 | 75 |
75 } // namespace extensions | 76 } // namespace extensions |
76 | 77 |
77 #endif // CHROME_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_
SAMPLING_H_ | 78 #endif // CHROME_BROWSER_EXTENSIONS_API_EXPERIENCE_SAMPLING_PRIVATE_EXPERIENCE_
SAMPLING_H_ |
OLD | NEW |