1 // Copyright (c) 2012 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 CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
6 #define CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_
10 #include "ui/gfx/native_widget_types.h"
11 #include "ui/views/window/dialog_delegate.h"
17 class EnrollmentDelegate
;
19 EnrollmentDelegate
* CreateEnrollmentDelegate(gfx::NativeWindow owning_window
,
20 const std::string
& network_name
,
23 } // namespace chromeos
25 #endif // CHROME_BROWSER_CHROMEOS_ENROLLMENT_DIALOG_VIEW_H_