blob: 2ad6210faf6d3ac782ce787ae98b9bc3f54a53f3 [file] [log] [blame]
Darin Petkov38066762012-12-17 15:35:45 +01001// Copyright (c) 2012 The Chromium OS 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.
4
5#ifndef SHILL_SHIMS_NET_DIAGS_UPLOAD_H_
6#define SHILL_SHIMS_NET_DIAGS_UPLOAD_H_
7
8#include "shill/byte_string.h"
9
10class FilePath;
11
12namespace shill {
13
14namespace shims {
15
16static const char kStashedNetLog[] = "/var/log/net-diags.net.log";
17
18} // namespace shims
19
20} // namespace shill
21
22#endif // SHILL_NET_DIAGS_UPLOAD_H_