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

Side by Side Diff: ui/app_list/signin_delegate.h

Issue 16402012: Use a direct include of strings headers in ui/, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 UI_APP_LIST_SIGNIN_DELEGATE_H_ 5 #ifndef UI_APP_LIST_SIGNIN_DELEGATE_H_
6 #define UI_APP_LIST_SIGNIN_DELEGATE_H_ 6 #define UI_APP_LIST_SIGNIN_DELEGATE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/observer_list.h" 9 #include "base/observer_list.h"
10 #include "base/string16.h" 10 #include "base/strings/string16.h"
11 #include "ui/app_list/app_list_export.h" 11 #include "ui/app_list/app_list_export.h"
12 12
13 namespace app_list { 13 namespace app_list {
14 14
15 class SigninDelegateObserver; 15 class SigninDelegateObserver;
16 16
17 class APP_LIST_EXPORT SigninDelegate { 17 class APP_LIST_EXPORT SigninDelegate {
18 public: 18 public:
19 SigninDelegate(); 19 SigninDelegate();
20 virtual ~SigninDelegate(); 20 virtual ~SigninDelegate();
(...skipping 17 matching lines...) Expand all
38 38
39 private: 39 private:
40 ObserverList<SigninDelegateObserver, true> observers_; 40 ObserverList<SigninDelegateObserver, true> observers_;
41 41
42 DISALLOW_COPY_AND_ASSIGN(SigninDelegate); 42 DISALLOW_COPY_AND_ASSIGN(SigninDelegate);
43 }; 43 };
44 44
45 } // namespace app_list 45 } // namespace app_list
46 46
47 #endif // UI_APP_LIST_SIGNIN_DELEGATE_H_ 47 #endif // UI_APP_LIST_SIGNIN_DELEGATE_H_
OLDNEW
« no previous file with comments | « ui/app_list/search_result.h ('k') | ui/app_list/test/app_list_test_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698