diff options
Diffstat (limited to 'chrome/browser/chromeos/options/wifi_config_view.h')
| -rw-r--r-- | chrome/browser/chromeos/options/wifi_config_view.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/options/wifi_config_view.h b/chrome/browser/chromeos/options/wifi_config_view.h index 6dbe94b..1fbae69 100644 --- a/chrome/browser/chromeos/options/wifi_config_view.h +++ b/chrome/browser/chromeos/options/wifi_config_view.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -8,7 +8,6 @@ #include <string> -#include "base/file_path.h" #include "base/gtest_prod_util.h" #include "base/string16.h" #include "chrome/browser/chromeos/cros/network_library.h" @@ -20,6 +19,8 @@ #include "views/controls/textfield/textfield.h" #include "views/view.h" +class FilePath; + namespace chromeos { class NetworkConfigView; |
