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

Side by Side Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 3402010: Google codestyle prescribes sorting #include filenames within a section.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 3 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
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 #include "chrome/browser/chromeos/login/login_utils.h" 5 #include "chrome/browser/chromeos/login/login_utils.h"
6 6
7 #include "base/command_line.h" 7 #include "base/command_line.h"
8 #include "base/file_path.h" 8 #include "base/file_path.h"
9 #include "base/file_util.h" 9 #include "base/file_util.h"
10 #include "base/lock.h" 10 #include "base/lock.h"
(...skipping 12 matching lines...) Expand all
23 #include "chrome/browser/chromeos/input_method/input_method_util.h" 23 #include "chrome/browser/chromeos/input_method/input_method_util.h"
24 #include "chrome/browser/chromeos/login/cookie_fetcher.h" 24 #include "chrome/browser/chromeos/login/cookie_fetcher.h"
25 #include "chrome/browser/chromeos/login/google_authenticator.h" 25 #include "chrome/browser/chromeos/login/google_authenticator.h"
26 #include "chrome/browser/chromeos/login/ownership_service.h" 26 #include "chrome/browser/chromeos/login/ownership_service.h"
27 #include "chrome/browser/chromeos/login/user_image_downloader.h" 27 #include "chrome/browser/chromeos/login/user_image_downloader.h"
28 #include "chrome/browser/chromeos/login/user_manager.h" 28 #include "chrome/browser/chromeos/login/user_manager.h"
29 #include "chrome/browser/net/gaia/token_service.h" 29 #include "chrome/browser/net/gaia/token_service.h"
30 #include "chrome/browser/prefs/pref_member.h" 30 #include "chrome/browser/prefs/pref_member.h"
31 #include "chrome/browser/profile.h" 31 #include "chrome/browser/profile.h"
32 #include "chrome/browser/profile_manager.h" 32 #include "chrome/browser/profile_manager.h"
33 #include "chrome/common/logging_chrome.h"
34 #include "chrome/common/chrome_paths.h" 33 #include "chrome/common/chrome_paths.h"
35 #include "chrome/common/chrome_switches.h" 34 #include "chrome/common/chrome_switches.h"
35 #include "chrome/common/logging_chrome.h"
36 #include "chrome/common/net/gaia/gaia_constants.h" 36 #include "chrome/common/net/gaia/gaia_constants.h"
37 #include "chrome/common/net/url_request_context_getter.h" 37 #include "chrome/common/net/url_request_context_getter.h"
38 #include "chrome/common/notification_observer.h" 38 #include "chrome/common/notification_observer.h"
39 #include "chrome/common/notification_registrar.h" 39 #include "chrome/common/notification_registrar.h"
40 #include "chrome/common/notification_service.h" 40 #include "chrome/common/notification_service.h"
41 #include "chrome/common/notification_type.h" 41 #include "chrome/common/notification_type.h"
42 #include "chrome/common/pref_names.h" 42 #include "chrome/common/pref_names.h"
43 #include "googleurl/src/gurl.h" 43 #include "googleurl/src/gurl.h"
44 #include "net/base/cookie_store.h" 44 #include "net/base/cookie_store.h"
45 #include "net/url_request/url_request_context.h" 45 #include "net/url_request/url_request_context.h"
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 BrowserInit browser_init; 307 BrowserInit browser_init;
308 int return_code; 308 int return_code;
309 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(), 309 browser_init.LaunchBrowser(*CommandLine::ForCurrentProcess(),
310 profile, 310 profile,
311 FilePath(), 311 FilePath(),
312 true, 312 true,
313 &return_code); 313 &return_code);
314 } 314 }
315 315
316 } // namespace chromeos 316 } // namespace chromeos
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/login_browsertest.cc ('k') | chrome/browser/chromeos/login/network_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698