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

Unified Diff: extensions/common/matcher/regex_set_matcher_unittest.cc

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/event_filtering_info.h ('k') | extensions/common/matcher/url_matcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/matcher/regex_set_matcher_unittest.cc
diff --git a/extensions/common/matcher/regex_set_matcher_unittest.cc b/extensions/common/matcher/regex_set_matcher_unittest.cc
index 1a924c33d67f760ad4ae8a60fc76cfb228903b52..49d312a14017db335f6b5d6567d43f89375264bd 100644
--- a/extensions/common/matcher/regex_set_matcher_unittest.cc
+++ b/extensions/common/matcher/regex_set_matcher_unittest.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "extensions/common/matcher/regex_set_matcher.h"
+
#include <set>
#include "base/stl_util.h"
-#include "extensions/common/matcher/regex_set_matcher.h"
-#include "googleurl/src/gurl.h"
-
+#include "url/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
using extensions::StringPattern;
« no previous file with comments | « extensions/common/event_filtering_info.h ('k') | extensions/common/matcher/url_matcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698