| Index: content/browser/devices_monitor/devices_monitor.cc
|
| ===================================================================
|
| --- content/browser/devices_monitor/devices_monitor.cc (revision 0)
|
| +++ content/browser/devices_monitor/devices_monitor.cc (revision 0)
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2012 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 "content/browser/devices_monitor/devices_monitor.h"
|
| +
|
| +namespace content {
|
| +
|
| +DevicesMonitor::DevicesMonitor() {}
|
| +
|
| +DevicesMonitor::~DevicesMonitor() {}
|
| +
|
| +} // namespace content
|
|
|
| Property changes on: content/browser/devices_monitor/devices_monitor.cc
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|