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

Side by Side Diff: chrome/browser/nacl_host/nacl_broker_host_win.h

Issue 19631004: Update include paths in chrome/browser/ for base/process changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge ToT Created 7 years, 5 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_ 5 #ifndef CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_
6 #define CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_ 6 #define CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h" 10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "base/process.h" 12 #include "base/process/process.h"
13 #include "content/public/browser/browser_child_process_host_delegate.h" 13 #include "content/public/browser/browser_child_process_host_delegate.h"
14 14
15 namespace content { 15 namespace content {
16 class BrowserChildProcessHost; 16 class BrowserChildProcessHost;
17 } 17 }
18 18
19 class NaClBrokerHost : public content::BrowserChildProcessHostDelegate { 19 class NaClBrokerHost : public content::BrowserChildProcessHostDelegate {
20 public: 20 public:
21 NaClBrokerHost(); 21 NaClBrokerHost();
22 ~NaClBrokerHost(); 22 ~NaClBrokerHost();
(...skipping 28 matching lines...) Expand all
51 // BrowserChildProcessHostDelegate implementation: 51 // BrowserChildProcessHostDelegate implementation:
52 virtual bool OnMessageReceived(const IPC::Message& msg); 52 virtual bool OnMessageReceived(const IPC::Message& msg);
53 53
54 scoped_ptr<content::BrowserChildProcessHost> process_; 54 scoped_ptr<content::BrowserChildProcessHost> process_;
55 bool is_terminating_; 55 bool is_terminating_;
56 56
57 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost); 57 DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost);
58 }; 58 };
59 59
60 #endif // CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_ 60 #endif // CHROME_BROWSER_NACL_HOST_NACL_BROKER_HOST_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/metrics/tracking_synchronizer.cc ('k') | chrome/browser/nacl_host/nacl_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698