Index: components/proxy_config/proxy_config_dictionary_unittest.cc |
diff --git a/chrome/browser/prefs/proxy_config_dictionary_unittest.cc b/components/proxy_config/proxy_config_dictionary_unittest.cc |
similarity index 97% |
rename from chrome/browser/prefs/proxy_config_dictionary_unittest.cc |
rename to components/proxy_config/proxy_config_dictionary_unittest.cc |
index 171c34b18c1af47e9c4512696210d4c15f3856e4..ca73ab0647f068364ebf2b28d199a0aef8167f85 100644 |
--- a/chrome/browser/prefs/proxy_config_dictionary_unittest.cc |
+++ b/components/proxy_config/proxy_config_dictionary_unittest.cc |
@@ -6,7 +6,7 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/values.h" |
-#include "chrome/browser/prefs/proxy_config_dictionary.h" |
+#include "components/proxy_config/proxy_config_dictionary.h" |
#include "testing/gtest/include/gtest/gtest.h" |
struct ProxyConfigHolder { |