Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1456)

Unified Diff: content/renderer/history_serialization.h

Issue 246163006: Move history serialization from contet/public/renderer/ to content/renderer/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix braces Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/context_menu_params_builder.cc ('k') | content/renderer/history_serialization.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/renderer/context_menu_params_builder.cc ('k') | content/renderer/history_serialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698