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

Side by Side Diff: webkit/tools/test_shell/test_shell_devtools_agent.h

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 11 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_ 5 #ifndef WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
6 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_ 6 #define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
11 #include "base/task.h"
12 11
13 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClien t.h" 12 #include "third_party/WebKit/Source/WebKit/chromium/public/WebDevToolsAgentClien t.h"
14 13
15 namespace WebKit { 14 namespace WebKit {
16 15
17 class WebDevToolsAgent; 16 class WebDevToolsAgent;
18 class WebView; 17 class WebView;
19 18
20 } // namespace WebKit 19 } // namespace WebKit
21 20
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 base::WeakPtrFactory<TestShellDevToolsAgent> weak_factory_; 52 base::WeakPtrFactory<TestShellDevToolsAgent> weak_factory_;
54 TestShellDevToolsClient* dev_tools_client_; 53 TestShellDevToolsClient* dev_tools_client_;
55 int routing_id_; 54 int routing_id_;
56 WebKit::WebDevToolsAgent* web_dev_tools_agent_; 55 WebKit::WebDevToolsAgent* web_dev_tools_agent_;
57 WebKit::WebView* web_view_; 56 WebKit::WebView* web_view_;
58 57
59 DISALLOW_COPY_AND_ASSIGN(TestShellDevToolsAgent); 58 DISALLOW_COPY_AND_ASSIGN(TestShellDevToolsAgent);
60 }; 59 };
61 60
62 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_ 61 #endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_DEVTOOLS_AGENT_H_
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/simple_appcache_system.cc ('k') | webkit/tools/test_shell/test_shell_devtools_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698