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

Side by Side Diff: remoting/host/chromeos/message_box.h

Issue 1547473005: Switch to standard integer types in remoting/host/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 #ifndef REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_ 5 #ifndef REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_
6 #define REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_ 6 #define REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_
7 7
8 #include "base/callback_helpers.h" 8 #include "base/callback_helpers.h"
9 #include "base/macros.h"
9 #include "base/strings/string16.h" 10 #include "base/strings/string16.h"
10 #include "base/threading/thread_checker.h" 11 #include "base/threading/thread_checker.h"
11 12
12 namespace remoting { 13 namespace remoting {
13 14
14 // Overview: 15 // Overview:
15 // Shows a system modal message box with OK and cancel buttons. This class 16 // Shows a system modal message box with OK and cancel buttons. This class
16 // is not thread-safe, it must be called on the UI thread of the browser 17 // is not thread-safe, it must be called on the UI thread of the browser
17 // process. 18 // process.
18 class MessageBox { 19 class MessageBox {
(...skipping 21 matching lines...) Expand all
40 class Core; 41 class Core;
41 Core* core_; 42 Core* core_;
42 base::ThreadChecker thread_checker_; 43 base::ThreadChecker thread_checker_;
43 44
44 DISALLOW_COPY_AND_ASSIGN(MessageBox); 45 DISALLOW_COPY_AND_ASSIGN(MessageBox);
45 }; 46 };
46 47
47 } // namespace remoting 48 } // namespace remoting
48 49
49 #endif // REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_ 50 #endif // REMOTING_HOST_CHROMEOS_MESSAGE_BOX_H_
OLDNEW
« no previous file with comments | « remoting/host/chromeos/clipboard_aura_unittest.cc ('k') | remoting/host/chromeos/message_box.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698