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

Side by Side Diff: components/url_matcher/url_matcher.h

Issue 1307643003: IWYU for base/memory/scoped_vector.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 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
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 COMPONENTS_URL_MATCHER_URL_MATCHER_H_ 5 #ifndef COMPONENTS_URL_MATCHER_URL_MATCHER_H_
6 #define COMPONENTS_URL_MATCHER_URL_MATCHER_H_ 6 #define COMPONENTS_URL_MATCHER_URL_MATCHER_H_
7 7
8 #include <set> 8 #include <set>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/memory/ref_counted.h" 11 #include "base/memory/ref_counted.h"
12 #include "base/memory/scoped_ptr.h" 12 #include "base/memory/scoped_ptr.h"
13 #include "base/memory/scoped_vector.h"
14 #include "components/url_matcher/regex_set_matcher.h" 13 #include "components/url_matcher/regex_set_matcher.h"
15 #include "components/url_matcher/substring_set_matcher.h" 14 #include "components/url_matcher/substring_set_matcher.h"
16 #include "components/url_matcher/url_matcher_export.h" 15 #include "components/url_matcher/url_matcher_export.h"
17 16
18 class GURL; 17 class GURL;
19 18
20 namespace base { 19 namespace base {
21 class DictionaryValue; 20 class DictionaryValue;
22 } 21 }
23 22
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 RegexSetMatcher origin_and_path_regex_set_matcher_; 420 RegexSetMatcher origin_and_path_regex_set_matcher_;
422 std::set<const StringPattern*> registered_full_url_patterns_; 421 std::set<const StringPattern*> registered_full_url_patterns_;
423 std::set<const StringPattern*> registered_url_component_patterns_; 422 std::set<const StringPattern*> registered_url_component_patterns_;
424 423
425 DISALLOW_COPY_AND_ASSIGN(URLMatcher); 424 DISALLOW_COPY_AND_ASSIGN(URLMatcher);
426 }; 425 };
427 426
428 } // namespace url_matcher 427 } // namespace url_matcher
429 428
430 #endif // COMPONENTS_URL_MATCHER_URL_MATCHER_H_ 429 #endif // COMPONENTS_URL_MATCHER_URL_MATCHER_H_
OLDNEW
« no previous file with comments | « components/update_client/update_response_unittest.cc ('k') | components/url_matcher/url_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698