summaryrefslogtreecommitdiffstats
path: root/extensions/shell/browser/shell_native_app_window_aura_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/shell/browser/shell_native_app_window_aura_unittest.cc')
-rw-r--r--extensions/shell/browser/shell_native_app_window_aura_unittest.cc9
1 files changed, 5 insertions, 4 deletions
diff --git a/extensions/shell/browser/shell_native_app_window_aura_unittest.cc b/extensions/shell/browser/shell_native_app_window_aura_unittest.cc
index 728e787..be7df4b 100644
--- a/extensions/shell/browser/shell_native_app_window_aura_unittest.cc
+++ b/extensions/shell/browser/shell_native_app_window_aura_unittest.cc
@@ -44,10 +44,11 @@ TEST_F(ShellNativeAppWindowAuraTest, Bounds) {
new content::TestBrowserContext);
scoped_refptr<Extension> extension =
ExtensionBuilder()
- .SetManifest(std::move(DictionaryBuilder()
- .Set("name", "test extension")
- .Set("version", "1")
- .Set("manifest_version", 2)))
+ .SetManifest(DictionaryBuilder()
+ .Set("name", "test extension")
+ .Set("version", "1")
+ .Set("manifest_version", 2)
+ .Build())
.Build();
AppWindow* app_window = new AppWindow(