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:17:53 +0000
committerwillchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-13 01:17:53 +0000
commit200a1f1c1db2260a8737d83cf0f592ef8e4d866b (patch)
tree1d6965ee3d384a645d9fd981fdab67e9f9eb1eab /chrome/service/gaia
parent6a394af194527fdc2cdc5b8af5e367dfdb16828e (diff)
downloadchromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.zip
chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.gz
chromium_src-200a1f1c1db2260a8737d83cf0f592ef8e4d866b.tar.bz2
Fix Linux Views build breakage.
Revert 100828 - 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 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/7884003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100829 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service/gaia')
-rw-r--r--chrome/service/gaia/service_gaia_authenticator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/service/gaia/service_gaia_authenticator.h b/chrome/service/gaia/service_gaia_authenticator.h
index fded2d2..5076372 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/net/url_fetcher.h"
+#include "content/common/url_fetcher.h"
namespace base {
class MessageLoopProxy;
@@ -56,3 +56,4 @@ class ServiceGaiaAuthenticator
};
#endif // CHROME_SERVICE_GAIA_SERVICE_GAIA_AUTHENTICATOR_H_
+