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

Side by Side Diff: sync/syncable/syncable_id.h

Issue 16667019: Rename base/hash_tables to base/containers/hash_tables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « sync/syncable/directory.h ('k') | tools/android/forwarder2/host_forwarder_main.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 2012 The Chromium Authors. All rights reserved. 1 // Copyright 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 SYNC_SYNCABLE_SYNCABLE_ID_H_ 5 #ifndef SYNC_SYNCABLE_SYNCABLE_ID_H_
6 #define SYNC_SYNCABLE_SYNCABLE_ID_H_ 6 #define SYNC_SYNCABLE_SYNCABLE_ID_H_
7 7
8 #include <iosfwd> 8 #include <iosfwd>
9 #include <limits> 9 #include <limits>
10 #include <sstream> 10 #include <sstream>
11 #include <string> 11 #include <string>
12 12
13 #include "base/containers/hash_tables.h"
13 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
14 #include "base/hash_tables.h"
15 #include "sync/base/sync_export.h" 15 #include "sync/base/sync_export.h"
16 16
17 class MockConnectionManager; 17 class MockConnectionManager;
18 18
19 namespace base { 19 namespace base {
20 class StringValue; 20 class StringValue;
21 } 21 }
22 22
23 namespace sql { 23 namespace sql {
24 class Statement; 24 class Statement;
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 123
124 std::string s_; 124 std::string s_;
125 }; 125 };
126 126
127 SYNC_EXPORT_PRIVATE Id GetNullId(); 127 SYNC_EXPORT_PRIVATE Id GetNullId();
128 128
129 } // namespace syncable 129 } // namespace syncable
130 } // namespace syncer 130 } // namespace syncer
131 131
132 #endif // SYNC_SYNCABLE_SYNCABLE_ID_H_ 132 #endif // SYNC_SYNCABLE_SYNCABLE_ID_H_
OLDNEW
« no previous file with comments | « sync/syncable/directory.h ('k') | tools/android/forwarder2/host_forwarder_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698