summaryrefslogtreecommitdiffstats
path: root/chrome/service/gaia
diff options
context:
space:
mode:
authorwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:05:48 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:05:48 +0000
commit6a394af194527fdc2cdc5b8af5e367dfdb16828e (patch)
tree9bd79d17939b1852cd1d764c94ea30448e77f4cc /chrome/service/gaia
parentbe68e3a778a9a3d9bd5c9deeac9e11ea7c94c6de (diff)
downloadchromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.zip
chromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.tar.gz
chromium_src-6a394af194527fdc2cdc5b8af5e367dfdb16828e.tar.bz2
Move URLFetcher from content/common to content/common/net.
Add a OWNERS for content/common/net BUG=none TEST=none Review URL: http://codereview.chromium.org/7875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/gaia')
-rw-r--r--chrome/service/gaia/service_gaia_authenticator.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h
index 5076372..fded2d2 100644
--- a/chrome/service/gaia/service_gaia_authenticator.h
+++ b/chrome/service/gaia/service_gaia_authenticator.h
@@ -11,7 +11,7 @@
#include "base/memory/ref_counted.h"
#include "base/synchronization/waitable_event.h"
#include "chrome/common/net/gaia/gaia_authenticator.h"
-#include "content/common/url_fetcher.h"
+#include "content/common/net/url_fetcher.h"
namespace base {
class MessageLoopProxy;
@@ -56,4 +56,3 @@ class ServiceGaiaAuthenticator
};
#endif // CHROME_SERVICE_GAIA_SERVICE_GAIA_AUTHENTICATOR_H_
-