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

Side by Side Diff: components/session_manager/core/session_manager.cc

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more Created 4 years, 12 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 #include "components/session_manager/core/session_manager.h" 5 #include "components/session_manager/core/session_manager.h"
6 6
7 #include "base/logging.h" 7 #include "base/logging.h"
8 #include "build/build_config.h"
8 9
9 #if defined(OS_CHROMEOS) 10 #if defined(OS_CHROMEOS)
10 #include "base/command_line.h" 11 #include "base/command_line.h"
11 #include "base/sys_info.h" 12 #include "base/sys_info.h"
12 #include "chromeos/chromeos_switches.h" 13 #include "chromeos/chromeos_switches.h"
13 #endif 14 #endif
14 15
15 namespace session_manager { 16 namespace session_manager {
16 17
17 // static 18 // static
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 75
75 SessionManagerDelegate::~SessionManagerDelegate() { 76 SessionManagerDelegate::~SessionManagerDelegate() {
76 } 77 }
77 78
78 void SessionManagerDelegate::SetSessionManager( 79 void SessionManagerDelegate::SetSessionManager(
79 session_manager::SessionManager* session_manager) { 80 session_manager::SessionManager* session_manager) {
80 session_manager_ = session_manager; 81 session_manager_ = session_manager;
81 } 82 }
82 83
83 } // namespace session_manager 84 } // namespace session_manager
OLDNEW
« no previous file with comments | « components/session_manager/core/session_manager.h ('k') | components/sessions/content/content_live_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698