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

Unified Diff: content/test/content_browser_test.h

Issue 8137012: Make an empty content browser test work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: content/test/content_browser_test.h
===================================================================
--- content/test/content_browser_test.h (revision 103728)
+++ content/test/content_browser_test.h (working copy)
@@ -7,13 +7,9 @@
#pragma once
#include "base/memory/scoped_ptr.h"
-#include "content/browser/mock_content_browser_client.h"
#include "content/test/browser_test_base.h"
-namespace content {
-class ContentBrowserClient;
-class ContentClient;
-}
+class ShellMainDelegate;
class ContentBrowserTest : public BrowserTestBase {
protected:
@@ -28,8 +24,7 @@
virtual void RunTestOnMainThreadLoop() OVERRIDE;
private:
- scoped_ptr<content::ContentClient> content_client_;
- scoped_ptr<content::ContentBrowserClient> content_browser_client_;
+ scoped_ptr<ShellMainDelegate> shell_main_delegate_;
};
#endif // CONTENT_TEST_CONTENT_BROWSER_TEST_H_

Powered by Google App Engine
This is Rietveld 408576698