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

Side by Side Diff: extensions/shell/test/shell_test.h

Issue 1908953003: Convert //extensions/{common,shell} from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? Created 4 years, 8 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 EXTENSIONS_SHELL_TEST_SHELL_TEST_H_ 5 #ifndef EXTENSIONS_SHELL_TEST_SHELL_TEST_H_
6 #define EXTENSIONS_SHELL_TEST_SHELL_TEST_H_ 6 #define EXTENSIONS_SHELL_TEST_SHELL_TEST_H_
7 7
8 #include "base/memory/scoped_ptr.h" 8 #include <memory>
9
9 #include "content/public/test/browser_test.h" 10 #include "content/public/test/browser_test.h"
10 #include "content/public/test/browser_test_base.h" 11 #include "content/public/test/browser_test_base.h"
11 12
12 namespace base { 13 namespace base {
13 class FilePath; 14 class FilePath;
14 } 15 }
15 16
16 namespace content { 17 namespace content {
17 class BrowserContext; 18 class BrowserContext;
18 } 19 }
(...skipping 16 matching lines...) Expand all
35 content::BrowserContext* browser_context() { return browser_context_; } 36 content::BrowserContext* browser_context() { return browser_context_; }
36 37
37 protected: 38 protected:
38 content::BrowserContext* browser_context_; 39 content::BrowserContext* browser_context_;
39 ShellExtensionSystem* extension_system_; 40 ShellExtensionSystem* extension_system_;
40 }; 41 };
41 42
42 } // namespace extensions 43 } // namespace extensions
43 44
44 #endif // EXTENSIONS_SHELL_TEST_SHELL_TEST_H_ 45 #endif // EXTENSIONS_SHELL_TEST_SHELL_TEST_H_
OLDNEW
« no previous file with comments | « extensions/shell/renderer/shell_content_renderer_client.h ('k') | extensions/test/extensions_unittests_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698