| Index: webkit/glue/webhistoryitem.h
|
| ===================================================================
|
| --- webkit/glue/webhistoryitem.h (revision 9942)
|
| +++ webkit/glue/webhistoryitem.h (working copy)
|
| @@ -2,13 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef WEBKIT_GLUE_WEBHISTORYITEM_H__
|
| -#define WEBKIT_GLUE_WEBHISTORYITEM_H__
|
| +#ifndef WEBKIT_GLUE_WEBHISTORYITEM_H_
|
| +#define WEBKIT_GLUE_WEBHISTORYITEM_H_
|
|
|
| -#include <string>
|
| -
|
| -#include "base/basictypes.h"
|
| -#include "base/ref_counted.h"
|
| #include "webkit/glue/weburlrequest.h" // for WebRequest::ExtraData
|
|
|
| class GURL;
|
| @@ -40,5 +36,4 @@
|
| DISALLOW_EVIL_CONSTRUCTORS(WebHistoryItem);
|
| };
|
|
|
| -#endif // #ifndef WEBKIT_GLUE_WEBHISTORYITEM_H__
|
| -
|
| +#endif // #ifndef WEBKIT_GLUE_WEBHISTORYITEM_H_
|
|
|