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

Side by Side Diff: chrome/browser/chromeos/login/authenticator.h

Issue 3179017: FBTF: Remove "obviously" unneeded standard C++ library #includes. (Closed)
Patch Set: fixed mac oopsie Created 10 years, 4 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_
7 #pragma once 7 #pragma once
8 8
9 #include <vector>
10
11 #include "base/logging.h" 9 #include "base/logging.h"
12 #include "base/ref_counted.h" 10 #include "base/ref_counted.h"
13 #include "chrome/browser/chrome_thread.h" 11 #include "chrome/browser/chrome_thread.h"
14 #include "chrome/browser/chromeos/login/login_status_consumer.h" 12 #include "chrome/browser/chromeos/login/login_status_consumer.h"
15 #include "chrome/common/net/gaia/gaia_auth_consumer.h" 13 #include "chrome/common/net/gaia/gaia_auth_consumer.h"
16 14
17 class Profile; 15 class Profile;
18 16
19 namespace chromeos { 17 namespace chromeos {
20 18
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 protected: 77 protected:
80 LoginStatusConsumer* consumer_; 78 LoginStatusConsumer* consumer_;
81 79
82 private: 80 private:
83 DISALLOW_COPY_AND_ASSIGN(Authenticator); 81 DISALLOW_COPY_AND_ASSIGN(Authenticator);
84 }; 82 };
85 83
86 } // namespace chromeos 84 } // namespace chromeos
87 85
88 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_ 86 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_AUTHENTICATOR_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.h ('k') | chrome/browser/chromeos/login/eula_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698