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

Side by Side Diff: remoting/host/setup/me2me_native_messaging_host.cc

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 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 #include "remoting/host/setup/me2me_native_messaging_host.h" 5 #include "remoting/host/setup/me2me_native_messaging_host.h"
6
6 #include <string> 7 #include <string>
7 8
8 #include "base/basictypes.h"
9 #include "base/bind.h" 9 #include "base/bind.h"
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/callback_helpers.h" 11 #include "base/callback_helpers.h"
12 #include "base/command_line.h" 12 #include "base/command_line.h"
13 #include "base/logging.h" 13 #include "base/logging.h"
14 #include "base/macros.h"
14 #include "base/strings/stringize_macros.h" 15 #include "base/strings/stringize_macros.h"
15 #include "base/strings/stringprintf.h" 16 #include "base/strings/stringprintf.h"
16 #include "base/strings/utf_string_conversions.h" 17 #include "base/strings/utf_string_conversions.h"
17 #include "base/threading/thread.h" 18 #include "base/threading/thread.h"
18 #include "base/values.h" 19 #include "base/values.h"
20 #include "build/build_config.h"
19 #include "google_apis/gaia/gaia_oauth_client.h" 21 #include "google_apis/gaia/gaia_oauth_client.h"
20 #include "google_apis/google_api_keys.h" 22 #include "google_apis/google_api_keys.h"
21 #include "ipc/ipc_channel.h" 23 #include "ipc/ipc_channel.h"
22 #include "net/base/net_util.h" 24 #include "net/base/net_util.h"
23 #include "remoting/base/rsa_key_pair.h" 25 #include "remoting/base/rsa_key_pair.h"
24 #include "remoting/host/native_messaging/pipe_messaging_channel.h" 26 #include "remoting/host/native_messaging/pipe_messaging_channel.h"
25 #include "remoting/host/pin_hash.h" 27 #include "remoting/host/pin_hash.h"
26 #include "remoting/host/setup/oauth_client.h" 28 #include "remoting/host/setup/oauth_client.h"
27 #include "remoting/protocol/pairing_registry.h" 29 #include "remoting/protocol/pairing_registry.h"
28 30
(...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 743
742 bool Me2MeNativeMessagingHost::DelegateToElevatedHost( 744 bool Me2MeNativeMessagingHost::DelegateToElevatedHost(
743 scoped_ptr<base::DictionaryValue> message) { 745 scoped_ptr<base::DictionaryValue> message) {
744 NOTREACHED(); 746 NOTREACHED();
745 return false; 747 return false;
746 } 748 }
747 749
748 #endif // !defined(OS_WIN) 750 #endif // !defined(OS_WIN)
749 751
750 } // namespace remoting 752 } // namespace remoting
OLDNEW
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host.h ('k') | remoting/host/setup/me2me_native_messaging_host_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698