[Android WebView] Update user agent to match current trunk builds.
[chromium-blink-merge.git] / ash / shell_init_params.cc
blobbba57c627229b2597e8b185c3a1fa83f873c8fd3
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
3 // found in the LICENSE file.
5 #include "ash/shell_init_params.h"
7 #include "ash/shell_delegate.h"
9 namespace ash {
11 ShellInitParams::ShellInitParams()
12 : delegate(NULL),
13 context_factory(NULL)
14 #if defined(OS_WIN)
15 , remote_hwnd(NULL)
16 #endif
19 ShellInitParams::~ShellInitParams() {}
21 } // namespace ash