| Index: chrome/browser/chromeos/net/shill_error.h
|
| diff --git a/chrome/browser/chromeos/net/shill_error.h b/chrome/browser/chromeos/net/shill_error.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..068feb90f8ca6883d7e463161f15ee9e41d565ad
|
| --- /dev/null
|
| +++ b/chrome/browser/chromeos/net/shill_error.h
|
| @@ -0,0 +1,21 @@
|
| +// Copyright 2016 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.
|
| +
|
| +#ifndef CHROME_BROWSER_CHROMEOS_NET_SHILL_ERROR_H_
|
| +#define CHROME_BROWSER_CHROMEOS_NET_SHILL_ERROR_H_
|
| +
|
| +#include <string>
|
| +
|
| +#include "base/strings/string16.h"
|
| +
|
| +namespace chromeos {
|
| +namespace shill_error {
|
| +
|
| +base::string16 GetShillErrorString(const std::string& error,
|
| + const std::string& network_id);
|
| +
|
| +} // namespace shill_error
|
| +} // namespace chromeos
|
| +
|
| +#endif // CHROME_BROWSER_CHROMEOS_NET_SHILL_ERROR_H_
|
|
|