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

Side by Side Diff: chrome/test/base/chrome_render_view_test.h

Issue 24544004: Remove the chrome namespace around ChromeContent[Renderer]Client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_ 5 #ifndef CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_
6 #define CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_ 6 #define CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "chrome/renderer/chrome_content_renderer_client.h" 10 #include "chrome/renderer/chrome_content_renderer_client.h"
(...skipping 12 matching lines...) Expand all
23 class ChromeRenderViewTest : public content::RenderViewTest { 23 class ChromeRenderViewTest : public content::RenderViewTest {
24 public: 24 public:
25 ChromeRenderViewTest(); 25 ChromeRenderViewTest();
26 virtual ~ChromeRenderViewTest(); 26 virtual ~ChromeRenderViewTest();
27 27
28 protected: 28 protected:
29 // testing::Test 29 // testing::Test
30 virtual void SetUp() OVERRIDE; 30 virtual void SetUp() OVERRIDE;
31 virtual void TearDown() OVERRIDE; 31 virtual void TearDown() OVERRIDE;
32 32
33 chrome::ChromeContentRendererClient chrome_content_renderer_client_; 33 ChromeContentRendererClient chrome_content_renderer_client_;
34 extensions::Dispatcher* extension_dispatcher_; 34 extensions::Dispatcher* extension_dispatcher_;
35 35
36 autofill::TestPasswordAutofillAgent* password_autofill_; 36 autofill::TestPasswordAutofillAgent* password_autofill_;
37 autofill::AutofillAgent* autofill_agent_; 37 autofill::AutofillAgent* autofill_agent_;
38 38
39 // Naked pointer as ownership is with content::RenderViewTest::render_thread_. 39 // Naked pointer as ownership is with content::RenderViewTest::render_thread_.
40 ChromeMockRenderThread* chrome_render_thread_; 40 ChromeMockRenderThread* chrome_render_thread_;
41 }; 41 };
42 42
43 #endif // CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_ 43 #endif // CHROME_TEST_BASE_CHROME_RENDER_VIEW_TEST_H_
OLDNEW
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.cc ('k') | chrome/test/base/chrome_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698