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

Side by Side Diff: chrome/browser/chromeos/login/supervised/supervised_user_creation_controller.h

Issue 645343004: Cleanup: Remove some unneeded timer.h includes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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_SUPERVISED_SUPERVISED_USER_CREATION_CONTRO LLER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CONTRO LLER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CONTRO LLER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CONTRO LLER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "base/timer/timer.h"
15 #include "base/values.h" 14 #include "base/values.h"
16 #include "chrome/browser/chromeos/login/supervised/supervised_user_authenticator .h" 15 #include "chrome/browser/chromeos/login/supervised/supervised_user_authenticator .h"
17 #include "chrome/browser/supervised_user/supervised_user_registration_utility.h" 16 #include "chrome/browser/supervised_user/supervised_user_registration_utility.h"
18 17
19 class Profile; 18 class Profile;
20 19
21 namespace chromeos { 20 namespace chromeos {
22 21
23 class SupervisedUserCreationController { 22 class SupervisedUserCreationController {
24 public: 23 public:
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 98
100 StatusConsumer* consumer_; 99 StatusConsumer* consumer_;
101 100
102 private: 101 private:
103 DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationController); 102 DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationController);
104 }; 103 };
105 104
106 } // namespace chromeos 105 } // namespace chromeos
107 106
108 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CON TROLLER_H_ 107 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SUPERVISED_SUPERVISED_USER_CREATION_CON TROLLER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/login_ui_browsertest.cc ('k') | chrome/browser/extensions/api/image_writer_private/operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698