summaryrefslogtreecommitdiffstats
path: root/chrome/browser/google_apis/auth_service_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/google_apis/auth_service_observer.h')
-rw-r--r--chrome/browser/google_apis/auth_service_observer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/google_apis/auth_service_observer.h b/chrome/browser/google_apis/auth_service_observer.h
index 4a0d0ec..cba9e36 100644
--- a/chrome/browser/google_apis/auth_service_observer.h
+++ b/chrome/browser/google_apis/auth_service_observer.h
@@ -5,7 +5,7 @@
#ifndef CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_OBSERVER_H_
#define CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_OBSERVER_H_
-namespace gdata {
+namespace google_apis {
// Interface for classes that need to observe events from AuthService.
// All events are notified on UI thread.
@@ -18,6 +18,6 @@ class AuthServiceObserver {
virtual ~AuthServiceObserver() {}
};
-} // namespace gdata
+} // namespace google_apis
#endif // CHROME_BROWSER_GOOGLE_APIS_AUTH_SERVICE_OBSERVER_H_