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

Side by Side Diff: android_webview/browser/state_serializer.h

Issue 2928823004: Fix header guard and namespace in android_webview (Closed)
Patch Set: Fix header guard and namespace in android_webview Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 // 4 //
5 #ifndef ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_ 5 #ifndef ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_
6 #define ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_ 6 #define ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_
7 7
8 #include <cstdint> 8 #include <cstdint>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 const content::NavigationEntry& entry, 56 const content::NavigationEntry& entry,
57 base::Pickle* pickle) WARN_UNUSED_RESULT; 57 base::Pickle* pickle) WARN_UNUSED_RESULT;
58 bool RestoreNavigationEntryFromPickle(base::PickleIterator* iterator, 58 bool RestoreNavigationEntryFromPickle(base::PickleIterator* iterator,
59 content::NavigationEntry* entry) 59 content::NavigationEntry* entry)
60 WARN_UNUSED_RESULT; 60 WARN_UNUSED_RESULT;
61 bool RestoreNavigationEntryFromPickle(uint32_t state_version, 61 bool RestoreNavigationEntryFromPickle(uint32_t state_version,
62 base::PickleIterator* iterator, 62 base::PickleIterator* iterator,
63 content::NavigationEntry* entry) 63 content::NavigationEntry* entry)
64 WARN_UNUSED_RESULT; 64 WARN_UNUSED_RESULT;
65 65
66 } // namespace interanl 66 } // namespace internal
67 67
68 } // namespace android_webview 68 } // namespace android_webview
69 69
70 #endif // ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_ 70 #endif // ANDROID_WEBVIEW_BROWSER_STATE_SERIALIZER_H_
OLDNEW
« no previous file with comments | « android_webview/browser/scoped_app_gl_state_restore.h ('k') | android_webview/browser/test/rendering_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698