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

Unified Diff: google_apis/gaia/mock_url_fetcher_factory.h

Issue 10928017: Moving google_apis and GaiaClient to src/google_apis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head Created 8 years, 3 months 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
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_
« no previous file with comments | « google_apis/gaia/google_service_auth_error_unittest.cc ('k') | google_apis/gaia/oauth2_access_token_consumer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698