Index: extensions/common/matcher/url_matcher_factory_unittest.cc |
diff --git a/chrome/common/extensions/matcher/url_matcher_factory_unittest.cc b/extensions/common/matcher/url_matcher_factory_unittest.cc |
similarity index 99% |
rename from chrome/common/extensions/matcher/url_matcher_factory_unittest.cc |
rename to extensions/common/matcher/url_matcher_factory_unittest.cc |
index b056dd8ca1d6c125192947d94841beb2dd76b5bd..7738c4dd5a7b926219b3bb6076d7361f99d31ed8 100644 |
--- a/chrome/common/extensions/matcher/url_matcher_factory_unittest.cc |
+++ b/extensions/common/matcher/url_matcher_factory_unittest.cc |
@@ -2,13 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/common/extensions/matcher/url_matcher_factory.h" |
+#include "extensions/common/matcher/url_matcher_factory.h" |
#include "base/basictypes.h" |
#include "base/format_macros.h" |
#include "base/stringprintf.h" |
#include "base/values.h" |
-#include "chrome/common/extensions/matcher/url_matcher_constants.h" |
+#include "extensions/common/matcher/url_matcher_constants.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gtest/include/gtest/gtest.h" |