summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/login/auth_response_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/login/auth_response_handler.h')
-rw-r--r--chrome/browser/chromeos/login/auth_response_handler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/login/auth_response_handler.h b/chrome/browser/chromeos/login/auth_response_handler.h
index 0c672c7..04e9d1d 100644
--- a/chrome/browser/chromeos/login/auth_response_handler.h
+++ b/chrome/browser/chromeos/login/auth_response_handler.h
@@ -11,6 +11,11 @@
class GURL;
+namespace chromeos {
+
+// The success code specified by the HTTP spec.
+extern const int kHttpSuccess;
+
class AuthResponseHandler {
public:
AuthResponseHandler() {}
@@ -33,4 +38,6 @@ class AuthResponseHandler {
static const char kTokenAuthUrl[];
};
+} // namespace chromeos
+
#endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTH_RESPONSE_HANDLER_H_