From b1e3f20a987493e568ec36fdae0b1bebb816833e Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Mon, 4 Jun 2012 14:45:50 +0000 Subject: Move the rest of the content\test headers that are used by embedders to content\public\test. This way we can enforce that internal content headers don't leak to embedders. BUG=98716 TBR=phajdan.jr Review URL: https://chromiumcodereview.appspot.com/10483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140287 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc | 2 +- chrome/common/net/gaia/gaia_oauth_client_unittest.cc | 2 +- chrome/common/net/gaia/mock_url_fetcher_factory.h | 2 +- chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc | 2 +- chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc | 2 +- chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc | 2 +- chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc | 2 +- chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc index a60d74e..157541f 100644 --- a/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc +++ b/chrome/common/net/gaia/gaia_auth_fetcher_unittest.cc @@ -17,7 +17,7 @@ #include "chrome/common/net/gaia/google_service_auth_error.h" #include "chrome/common/net/gaia/mock_url_fetcher_factory.h" #include "chrome/test/base/testing_profile.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "googleurl/src/gurl.h" #include "net/base/load_flags.h" #include "net/base/net_errors.h" diff --git a/chrome/common/net/gaia/gaia_oauth_client_unittest.cc b/chrome/common/net/gaia/gaia_oauth_client_unittest.cc index e5cebf0..fff67bf 100644 --- a/chrome/common/net/gaia/gaia_oauth_client_unittest.cc +++ b/chrome/common/net/gaia/gaia_oauth_client_unittest.cc @@ -11,7 +11,7 @@ #include "base/string_util.h" #include "chrome/common/net/gaia/gaia_oauth_client.h" #include "chrome/test/base/testing_profile.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "googleurl/src/gurl.h" #include "net/base/net_errors.h" #include "net/http/http_status_code.h" diff --git a/chrome/common/net/gaia/mock_url_fetcher_factory.h b/chrome/common/net/gaia/mock_url_fetcher_factory.h index 351a72a..e4ecf73 100644 --- a/chrome/common/net/gaia/mock_url_fetcher_factory.h +++ b/chrome/common/net/gaia/mock_url_fetcher_factory.h @@ -12,7 +12,7 @@ #include #include "chrome/common/net/gaia/gaia_auth_fetcher.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "net/url_request/url_request_status.h" // Responds as though ClientLogin returned from the server. diff --git a/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc index 90155f0..3059a35 100644 --- a/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc +++ b/chrome/common/net/gaia/oauth2_access_token_fetcher_unittest.cc @@ -15,7 +15,7 @@ #include "chrome/test/base/testing_profile.h" #include "content/public/common/url_fetcher.h" #include "content/public/test/test_browser_thread.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "googleurl/src/gurl.h" #include "net/http/http_status_code.h" #include "net/url_request/url_fetcher_delegate.h" diff --git a/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc b/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc index c501aa1..34f60ca 100644 --- a/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc +++ b/chrome/common/net/gaia/oauth2_api_call_flow_unittest.cc @@ -15,7 +15,7 @@ #include "chrome/common/net/gaia/oauth2_api_call_flow.h" #include "chrome/test/base/testing_profile.h" #include "content/public/common/url_fetcher.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "net/http/http_request_headers.h" #include "net/http/http_status_code.h" #include "net/url_request/url_fetcher_delegate.h" diff --git a/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc index 66a22d8..ed5a76a 100644 --- a/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc +++ b/chrome/common/net/gaia/oauth2_mint_token_fetcher_unittest.cc @@ -16,7 +16,7 @@ #include "chrome/test/base/testing_profile.h" #include "content/public/common/url_fetcher.h" #include "content/public/test/test_browser_thread.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "googleurl/src/gurl.h" #include "net/http/http_status_code.h" #include "net/url_request/url_fetcher_delegate.h" diff --git a/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc b/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc index e113399..1c897e8 100644 --- a/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc +++ b/chrome/common/net/gaia/oauth2_mint_token_flow_unittest.cc @@ -12,7 +12,7 @@ #include "base/values.h" #include "chrome/common/net/gaia/google_service_auth_error.h" #include "chrome/common/net/gaia/oauth2_mint_token_flow.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "net/url_request/url_request_status.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" diff --git a/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc b/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc index e536910b..02ca937 100644 --- a/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc +++ b/chrome/common/net/gaia/oauth2_revocation_fetcher_unittest.cc @@ -15,7 +15,7 @@ #include "chrome/test/base/testing_profile.h" #include "content/public/common/url_fetcher.h" #include "content/public/test/test_browser_thread.h" -#include "content/test/test_url_fetcher_factory.h" +#include "content/public/test/test_url_fetcher_factory.h" #include "googleurl/src/gurl.h" #include "net/http/http_status_code.h" #include "net/url_request/url_fetcher_delegate.h" -- cgit v1.1