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

Unified Diff: google_apis/gaia/gaia_auth_fetcher.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
« no previous file with comments | « google_apis/gaia/gaia_auth_consumer.cc ('k') | google_apis/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: google_apis/gaia/gaia_auth_fetcher.h
diff --git a/chrome/common/net/gaia/gaia_auth_fetcher.h b/google_apis/gaia/gaia_auth_fetcher.h
similarity index 98%
rename from chrome/common/net/gaia/gaia_auth_fetcher.h
rename to google_apis/gaia/gaia_auth_fetcher.h
index 718d8286b7af53c31d2b6889c492c894b437b175..2aea05bc425168cf68b761967775d9b8db50279a 100644
--- a/chrome/common/net/gaia/gaia_auth_fetcher.h
+++ b/google_apis/gaia/gaia_auth_fetcher.h
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_COMMON_NET_GAIA_GAIA_AUTH_FETCHER_H_
-#define CHROME_COMMON_NET_GAIA_GAIA_AUTH_FETCHER_H_
+#ifndef GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
+#define GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
#include <string>
#include <vector>
#include "base/gtest_prod_util.h"
#include "base/memory/scoped_ptr.h"
-#include "chrome/common/net/gaia/gaia_auth_consumer.h"
-#include "chrome/common/net/gaia/google_service_auth_error.h"
+#include "google_apis/gaia/gaia_auth_consumer.h"
+#include "google_apis/gaia/google_service_auth_error.h"
#include "googleurl/src/gurl.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -403,4 +403,4 @@ class GaiaAuthFetcher : public net::URLFetcherDelegate {
DISALLOW_COPY_AND_ASSIGN(GaiaAuthFetcher);
};
-#endif // CHROME_COMMON_NET_GAIA_GAIA_AUTH_FETCHER_H_
+#endif // GOOGLE_APIS_GAIA_GAIA_AUTH_FETCHER_H_
« no previous file with comments | « google_apis/gaia/gaia_auth_consumer.cc ('k') | google_apis/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698