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

Side by Side Diff: content/shell/renderer/shell_render_process_observer.h

Issue 63253002: Rename WebKit namespace to blink (part 3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_ 5 #ifndef CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_
6 #define CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_ 6 #define CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/compiler_specific.h" 9 #include "base/compiler_specific.h"
10 #include "base/files/file_path.h" 10 #include "base/files/file_path.h"
11 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
12 #include "content/public/renderer/render_process_observer.h" 12 #include "content/public/renderer/render_process_observer.h"
13 #include "ipc/ipc_platform_file.h" 13 #include "ipc/ipc_platform_file.h"
14 14
15 namespace WebKit { 15 namespace blink {
16 class WebFrame; 16 class WebFrame;
17 } 17 }
18 18
19 namespace WebTestRunner { 19 namespace WebTestRunner {
20 class WebTestDelegate; 20 class WebTestDelegate;
21 class WebTestInterfaces; 21 class WebTestInterfaces;
22 } 22 }
23 23
24 namespace content { 24 namespace content {
25 25
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 scoped_ptr<WebTestRunner::WebTestInterfaces> test_interfaces_; 60 scoped_ptr<WebTestRunner::WebTestInterfaces> test_interfaces_;
61 61
62 base::FilePath webkit_source_dir_; 62 base::FilePath webkit_source_dir_;
63 63
64 DISALLOW_COPY_AND_ASSIGN(ShellRenderProcessObserver); 64 DISALLOW_COPY_AND_ASSIGN(ShellRenderProcessObserver);
65 }; 65 };
66 66
67 } // namespace content 67 } // namespace content
68 68
69 #endif // CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_ 69 #endif // CONTENT_SHELL_SHELL_RENDER_PROCESS_OBSERVER_H_
OLDNEW
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.cc ('k') | content/shell/renderer/shell_render_process_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698