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

Unified Diff: android_webview/browser/state_serializer.h

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 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: android_webview/browser/state_serializer.h
diff --git a/android_webview/native/state_serializer.h b/android_webview/browser/state_serializer.h
similarity index 93%
rename from android_webview/native/state_serializer.h
rename to android_webview/browser/state_serializer.h
index 644d5ccaa459e945fb036ba3377c6b37586987d2..15346c176993f6afad2379beacb17be9abc747c2 100644
--- a/android_webview/native/state_serializer.h
+++ b/android_webview/browser/state_serializer.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 ANDROID_WEBVIEW_NATIVE_STATE_SERIALIZER_H_
-#define ANDROID_WEBVIEW_NATIVE_STATE_SERIALIZER_H_
+#ifndef ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_
+#define ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_
#include <cstdint>
@@ -36,7 +36,6 @@ bool WriteToPickle(const content::WebContents& web_contents,
bool RestoreFromPickle(base::PickleIterator* iterator,
content::WebContents* web_contents) WARN_UNUSED_RESULT;
-
namespace internal {
const uint32_t AW_STATE_VERSION_INITIAL = 20130814;
@@ -68,4 +67,4 @@ bool RestoreNavigationEntryFromPickle(uint32_t state_version,
} // namespace android_webview
-#endif // ANDROID_WEBVIEW_NATIVE_STATE_SERIALIZER_H_
+#endif // ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_

Powered by Google App Engine
This is Rietveld 408576698