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

Side by Side Diff: chrome/browser/extensions/extension_sync_data.h

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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 CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "base/gtest_prod_util.h" 11 #include "base/gtest_prod_util.h"
12 #include "base/version.h" 12 #include "base/version.h"
13 #include "components/sync/api/string_ordinal.h"
14 #include "components/sync/api/sync_change.h"
13 #include "extensions/common/constants.h" 15 #include "extensions/common/constants.h"
14 #include "sync/api/string_ordinal.h"
15 #include "sync/api/sync_change.h"
16 #include "url/gurl.h" 16 #include "url/gurl.h"
17 17
18 namespace syncer { 18 namespace syncer {
19 class SyncData; 19 class SyncData;
20 } 20 }
21 21
22 namespace sync_pb { 22 namespace sync_pb {
23 class AppSpecifics; 23 class AppSpecifics;
24 class ExtensionSpecifics; 24 class ExtensionSpecifics;
25 } 25 }
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 extensions::LaunchType launch_type_; 168 extensions::LaunchType launch_type_;
169 std::string bookmark_app_url_; 169 std::string bookmark_app_url_;
170 std::string bookmark_app_description_; 170 std::string bookmark_app_description_;
171 std::string bookmark_app_icon_color_; 171 std::string bookmark_app_icon_color_;
172 std::vector<LinkedAppIconInfo> linked_icons_; 172 std::vector<LinkedAppIconInfo> linked_icons_;
173 }; 173 };
174 174
175 } // namespace extensions 175 } // namespace extensions
176 176
177 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_ 177 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/extension_sync_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698