| Index: content/renderer/history_serialization.h
|
| diff --git a/content/public/renderer/history_item_serialization.h b/content/renderer/history_serialization.h
|
| similarity index 75%
|
| rename from content/public/renderer/history_item_serialization.h
|
| rename to content/renderer/history_serialization.h
|
| index dda1cf406fa8bb019b6d94a62ee6b09c2cc0550e..d235c5edb3a702e508ff7af5c39bd701f8ce69aa 100644
|
| --- a/content/public/renderer/history_item_serialization.h
|
| +++ b/content/renderer/history_serialization.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_HISTORY_ITEM_SERIALIZATION_H_
|
| -#define CONTENT_RENDERER_HISTORY_ITEM_SERIALIZATION_H_
|
| +#ifndef CONTENT_RENDERER_HISTORY_SERIALIZATION_H_
|
| +#define CONTENT_RENDERER_HISTORY_SERIALIZATION_H_
|
|
|
| #include <string>
|
|
|
| @@ -23,4 +23,4 @@ CONTENT_EXPORT blink::WebHistoryItem PageStateToHistoryItem(
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_RENDERER_HISTORY_ITEM_SERIALIZATION_H_
|
| +#endif // CONTENT_RENDERER_HISTORY_SERIALIZATION_H_
|
|
|