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

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

Issue 1366123002: Cleanup: IWYU for base/gtest_prod_util.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gtest_iwyu
Patch Set: more lint Created 5 years, 2 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 <string> 8 #include <string>
9 9
10 #include "base/gtest_prod_util.h"
10 #include "base/memory/scoped_ptr.h" 11 #include "base/memory/scoped_ptr.h"
11 #include "base/version.h" 12 #include "base/version.h"
12 #include "extensions/common/constants.h" 13 #include "extensions/common/constants.h"
13 #include "sync/api/string_ordinal.h" 14 #include "sync/api/string_ordinal.h"
14 #include "sync/api/sync_change.h" 15 #include "sync/api/sync_change.h"
15 #include "url/gurl.h" 16 #include "url/gurl.h"
16 17
17 namespace syncer { 18 namespace syncer {
18 class SyncData; 19 class SyncData;
19 } 20 }
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 extensions::LaunchType launch_type_; 164 extensions::LaunchType launch_type_;
164 std::string bookmark_app_url_; 165 std::string bookmark_app_url_;
165 std::string bookmark_app_description_; 166 std::string bookmark_app_description_;
166 std::string bookmark_app_icon_color_; 167 std::string bookmark_app_icon_color_;
167 std::vector<LinkedAppIconInfo> linked_icons_; 168 std::vector<LinkedAppIconInfo> linked_icons_;
168 }; 169 };
169 170
170 } // namespace extensions 171 } // namespace extensions
171 172
172 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_ 173 #endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_SYNC_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/background_app_browsertest.cc ('k') | chrome/browser/extensions/extension_sync_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698