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

Side by Side Diff: extensions/browser/api/declarative_webrequest/webrequest_condition.h

Issue 2546183004: Remove unused linked_ptr inclusion (Closed)
Patch Set: Created 4 years 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_ 5 #ifndef EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_
6 #define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_ 6 #define EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_
7 7
8 #include <map> 8 #include <map>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/linked_ptr.h"
15 #include "components/url_matcher/url_matcher.h" 14 #include "components/url_matcher/url_matcher.h"
16 #include "extensions/browser/api/declarative/declarative_rule.h" 15 #include "extensions/browser/api/declarative/declarative_rule.h"
17 #include "extensions/browser/api/declarative_webrequest/webrequest_condition_att ribute.h" 16 #include "extensions/browser/api/declarative_webrequest/webrequest_condition_att ribute.h"
18 #include "net/http/http_response_headers.h" 17 #include "net/http/http_response_headers.h"
19 18
20 namespace net { 19 namespace net {
21 class URLRequest; 20 class URLRequest;
22 } 21 }
23 22
24 namespace extensions { 23 namespace extensions {
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 int applicable_request_stages_; 115 int applicable_request_stages_;
117 116
118 DISALLOW_COPY_AND_ASSIGN(WebRequestCondition); 117 DISALLOW_COPY_AND_ASSIGN(WebRequestCondition);
119 }; 118 };
120 119
121 typedef DeclarativeConditionSet<WebRequestCondition> WebRequestConditionSet; 120 typedef DeclarativeConditionSet<WebRequestCondition> WebRequestConditionSet;
122 121
123 } // namespace extensions 122 } // namespace extensions
124 123
125 #endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_ 124 #endif // EXTENSIONS_BROWSER_API_DECLARATIVE_WEBREQUEST_WEBREQUEST_CONDITION_H_
OLDNEW
« no previous file with comments | « components/sync/engine_impl/sync_scheduler_impl.h ('k') | media/video/gpu_memory_buffer_video_frame_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698