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 #ifndef UI_CHROMEOS_NETWORK_NETWORK_INFO_H_
6 #define UI_CHROMEOS_NETWORK_NETWORK_INFO_H_
10 #include "base/strings/string16.h"
11 #include "ui/chromeos/ui_chromeos_export.h"
12 #include "ui/gfx/image/image_skia.h"
20 // Includes information necessary about a network for displaying the appropriate
22 struct UI_CHROMEOS_EXPORT NetworkInfo
{
24 NetworkInfo(const std::string
& path
);
27 std::string service_path
;
36 #endif // UI_CHROMEOS_NETWORK_NETWORK_INFO_H_