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

Unified Diff: webkit/glue/glue_serialize_deprecated.cc

Issue 14985014: Introduce content::PageState (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to the top of page_state.h Created 7 years, 7 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
Index: webkit/glue/glue_serialize_deprecated.cc
diff --git a/webkit/glue/glue_serialize.cc b/webkit/glue/glue_serialize_deprecated.cc
similarity index 99%
rename from webkit/glue/glue_serialize.cc
rename to webkit/glue/glue_serialize_deprecated.cc
index 1b5edbdede7e52ac5b3a3abdb7afbe9b8c6ebd99..9dbbcc81bd786e2a13d64809629add153da41857 100644
--- a/webkit/glue/glue_serialize.cc
+++ b/webkit/glue/glue_serialize_deprecated.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/glue_serialize.h"
+#include "webkit/glue/glue_serialize_deprecated.h"
#include <string>

Powered by Google App Engine
This is Rietveld 408576698