| Index: chrome/renderer/render_widget.h
|
| ===================================================================
|
| --- chrome/renderer/render_widget.h (revision 13375)
|
| +++ chrome/renderer/render_widget.h (working copy)
|
| @@ -1,9 +1,9 @@
|
| -// 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_RENDERER_RENDER_WIDGET_H__
|
| -#define CHROME_RENDERER_RENDER_WIDGET_H__
|
| +#ifndef CHROME_RENDERER_RENDER_WIDGET_H_
|
| +#define CHROME_RENDERER_RENDER_WIDGET_H_
|
|
|
| #include <vector>
|
| #include "base/basictypes.h"
|
| @@ -265,7 +265,7 @@
|
| // Holds all the needed plugin window moves for a scroll.
|
| std::vector<WebPluginGeometry> plugin_window_moves_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(RenderWidget);
|
| + DISALLOW_COPY_AND_ASSIGN(RenderWidget);
|
| };
|
|
|
| -#endif // CHROME_RENDERER_RENDER_WIDGET_H__
|
| +#endif // CHROME_RENDERER_RENDER_WIDGET_H_
|
|
|