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

Side by Side Diff: extensions/browser/api/storage/settings_test_util.h

Issue 2294653002: Some linked_ptr -> unique_ptr conversion in extensions/browser. (Closed)
Patch Set: address comments Created 4 years, 3 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_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_ 5 #ifndef EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_
6 #define EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_ 6 #define EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <set> 9 #include <set>
10 #include <string> 10 #include <string>
11 11
12 #include "base/compiler_specific.h" 12 #include "base/compiler_specific.h"
13 #include "base/memory/linked_ptr.h"
14 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
15 #include "chrome/test/base/testing_profile.h" 14 #include "chrome/test/base/testing_profile.h"
16 #include "extensions/browser/api/storage/settings_namespace.h" 15 #include "extensions/browser/api/storage/settings_namespace.h"
17 #include "extensions/browser/event_router.h" 16 #include "extensions/browser/event_router.h"
18 #include "extensions/browser/mock_extension_system.h" 17 #include "extensions/browser/mock_extension_system.h"
19 #include "extensions/browser/value_store/value_store_factory.h" 18 #include "extensions/browser/value_store/value_store_factory.h"
20 #include "extensions/common/extension.h" 19 #include "extensions/common/extension.h"
21 20
22 class ValueStore; 21 class ValueStore;
23 22
(...skipping 30 matching lines...) Expand all
54 content::BrowserContext* context, 53 content::BrowserContext* context,
55 const std::string& id, 54 const std::string& id,
56 Manifest::Type type, 55 Manifest::Type type,
57 const std::set<std::string>& permissions); 56 const std::set<std::string>& permissions);
58 57
59 } // namespace settings_test_util 58 } // namespace settings_test_util
60 59
61 } // namespace extensions 60 } // namespace extensions
62 61
63 #endif // EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_ 62 #endif // EXTENSIONS_BROWSER_API_STORAGE_SETTINGS_TEST_UTIL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698