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.cc8
1 files changed, 4 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 5592f1d..728e787 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,10 @@ TEST_F(ShellNativeAppWindowAuraTest, Bounds) {
new content::TestBrowserContext);
scoped_refptr<Extension> extension =
ExtensionBuilder()
- .SetManifest(DictionaryBuilder()
- .Set("name", "test extension")
- .Set("version", "1")
- .Set("manifest_version", 2))
+ .SetManifest(std::move(DictionaryBuilder()
+ .Set("name", "test extension")
+ .Set("version", "1")
+ .Set("manifest_version", 2)))
.Build();
AppWindow* app_window = new AppWindow(