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

Unified Diff: extensions/common/url_pattern_set_unittest.cc

Issue 11312228: Move extension_error_utils.* and url_pattern_set.* into (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: hate Created 8 years, 1 month 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/url_pattern_set.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/url_pattern_set_unittest.cc
diff --git a/chrome/common/extensions/url_pattern_set_unittest.cc b/extensions/common/url_pattern_set_unittest.cc
similarity index 99%
rename from chrome/common/extensions/url_pattern_set_unittest.cc
rename to extensions/common/url_pattern_set_unittest.cc
index 56dc518d233c7267cc3320f7d3c929b8a5a127be..55564cfa5a39921ad56826e9e07cf7657acb499c 100644
--- a/chrome/common/extensions/url_pattern_set_unittest.cc
+++ b/extensions/common/url_pattern_set_unittest.cc
@@ -2,12 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/extension.h"
+#include "extensions/common/url_pattern_set.h"
#include "base/values.h"
#include "googleurl/src/gurl.h"
#include "testing/gtest/include/gtest/gtest.h"
+namespace extensions {
+
namespace {
void AddPattern(URLPatternSet* set, const std::string& pattern) {
@@ -390,3 +392,5 @@ TEST(URLPatternSetTest, NwayUnion) {
EXPECT_EQ(expected, result);
}
}
+
+} // namespace extensions
« no previous file with comments | « extensions/common/url_pattern_set.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698