| Index: components/policy/core/common/remote_commands/remote_commands_factory.cc
|
| diff --git a/components/policy/core/common/remote_commands/remote_commands_factory.cc b/components/policy/core/common/remote_commands/remote_commands_factory.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3903eb8badaa3f2f5ff9f6d1b8db8322f4965cad
|
| --- /dev/null
|
| +++ b/components/policy/core/common/remote_commands/remote_commands_factory.cc
|
| @@ -0,0 +1,12 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "components/policy/core/common/remote_commands/remote_commands_factory.h"
|
| +
|
| +namespace policy {
|
| +
|
| +RemoteCommandsFactory::~RemoteCommandsFactory() {
|
| +}
|
| +
|
| +} // namespace policy
|
|
|