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

Side by Side Diff: components/bookmarks/core/browser/bookmark_codec.h

Issue 253753005: Move bookmarks' production code to components/bookmarks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@367656
Patch Set: Fix compilation for win_chromium_x64_rel Created 6 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 unified diff | Download patch
« no previous file with comments | « components/bookmarks/DEPS ('k') | components/bookmarks/core/browser/bookmark_codec.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 CHROME_BROWSER_BOOKMARKS_BOOKMARK_CODEC_H_ 5 #ifndef COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
6 #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_CODEC_H_ 6 #define COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
7 7
8 #include <set> 8 #include <set>
9 #include <string> 9 #include <string>
10 10
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "base/md5.h" 12 #include "base/md5.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "components/bookmarks/core/browser/bookmark_node.h" 14 #include "components/bookmarks/core/browser/bookmark_node.h"
15 15
16 class BookmarkModel; 16 class BookmarkModel;
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 197
198 // Meta info set on bookmark model root. 198 // Meta info set on bookmark model root.
199 BookmarkNode::MetaInfoMap model_meta_info_map_; 199 BookmarkNode::MetaInfoMap model_meta_info_map_;
200 200
201 // Sync transaction version set on bookmark model root. 201 // Sync transaction version set on bookmark model root.
202 int64 model_sync_transaction_version_; 202 int64 model_sync_transaction_version_;
203 203
204 DISALLOW_COPY_AND_ASSIGN(BookmarkCodec); 204 DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
205 }; 205 };
206 206
207 #endif // CHROME_BROWSER_BOOKMARKS_BOOKMARK_CODEC_H_ 207 #endif // COMPONENTS_BOOKMARKS_CORE_BROWSER_BOOKMARK_CODEC_H_
OLDNEW
« no previous file with comments | « components/bookmarks/DEPS ('k') | components/bookmarks/core/browser/bookmark_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698