| Index: google_apis/gaia/mock_url_fetcher_factory.h
|
| diff --git a/chrome/common/net/gaia/mock_url_fetcher_factory.h b/google_apis/gaia/mock_url_fetcher_factory.h
|
| similarity index 89%
|
| rename from chrome/common/net/gaia/mock_url_fetcher_factory.h
|
| rename to google_apis/gaia/mock_url_fetcher_factory.h
|
| index 7e8a5a8df267b5986a145fe615744afabed13d64..d7652194c01990ed7019b3a4b5774879d7a3b54d 100644
|
| --- a/chrome/common/net/gaia/mock_url_fetcher_factory.h
|
| +++ b/google_apis/gaia/mock_url_fetcher_factory.h
|
| @@ -5,12 +5,12 @@
|
| // A collection of classes that are useful when testing things that use a
|
| // GaiaAuthFetcher.
|
|
|
| -#ifndef CHROME_COMMON_NET_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
| -#define CHROME_COMMON_NET_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
| +#ifndef GOOGLE_APIS_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
| +#define GOOGLE_APIS_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
|
|
| #include <string>
|
|
|
| -#include "chrome/common/net/gaia/gaia_auth_fetcher.h"
|
| +#include "google_apis/gaia/gaia_auth_fetcher.h"
|
| #include "net/url_request/test_url_fetcher_factory.h"
|
| #include "net/url_request/url_request_status.h"
|
|
|
| @@ -67,4 +67,4 @@ class MockURLFetcherFactory : public net::URLFetcherFactory,
|
| DISALLOW_COPY_AND_ASSIGN(MockURLFetcherFactory);
|
| };
|
|
|
| -#endif // CHROME_COMMON_NET_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
| +#endif // GOOGLE_APIS_GAIA_MOCK_URL_FETCHER_FACTORY_H_
|
|
|