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

Side by Side Diff: components/enhanced_bookmarks/item_position.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_ 5 #ifndef COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_
6 #define COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_ 6 #define COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_
7 7
8 #include <stddef.h>
9
8 #include <string> 10 #include <string>
9 #include <vector> 11 #include <vector>
10 12
11 namespace enhanced_bookmarks { 13 namespace enhanced_bookmarks {
12 14
13 // Convenience class for generating string based relative ordering between 15 // Convenience class for generating string based relative ordering between
14 // bookmark nodes. 16 // bookmark nodes.
15 class ItemPosition { 17 class ItemPosition {
16 public: 18 public:
17 ~ItemPosition(); 19 ~ItemPosition();
(...skipping 30 matching lines...) Expand all
48 const PositionVector& after); 50 const PositionVector& after);
49 static PositionVector CreateAfterImpl(const PositionVector& after, 51 static PositionVector CreateAfterImpl(const PositionVector& after,
50 size_t from_index); 52 size_t from_index);
51 53
52 PositionVector position_; 54 PositionVector position_;
53 }; 55 };
54 56
55 } // namespace enhanced_bookmarks 57 } // namespace enhanced_bookmarks
56 58
57 #endif // COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_ 59 #endif // COMPONENTS_ENHANCED_BOOKMARKS_ITEM_POSITION_H_
OLDNEW
« no previous file with comments | « components/enhanced_bookmarks/image_store_util_ios.mm ('k') | components/enhanced_bookmarks/item_position.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698