| Index: chrome/browser/automation/ui_controls.h
|
| ===================================================================
|
| --- chrome/browser/automation/ui_controls.h (revision 23045)
|
| +++ chrome/browser/automation/ui_controls.h (working copy)
|
| @@ -1,12 +1,15 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 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_AUTOMATION_UI_CONTROLS_H__
|
| -#define CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H__
|
| +#ifndef CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
|
| +#define CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
|
|
|
| #include <string>
|
| +
|
| +#if defined(OS_WIN)
|
| #include <wtypes.h>
|
| +#endif
|
|
|
| namespace views {
|
| class View;
|
| @@ -64,4 +67,4 @@
|
|
|
| } // ui_controls
|
|
|
| -#endif // CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H__
|
| +#endif // CHROME_BROWSER_AUTOMATION_UI_CONTROLS_H_
|
|
|
|
|