| 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_
|
|
|