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

Side by Side Diff: chrome/browser/sync/glue/extension_setting_data_type_controller.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 12 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_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__ 5 #ifndef CHROME_BROWSER_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__
6 #define CHROME_BROWSER_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__ 6 #define CHROME_BROWSER_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/compiler_specific.h" 10 #include "base/compiler_specific.h"
11 #include "base/macros.h"
11 #include "components/sync_driver/non_ui_data_type_controller.h" 12 #include "components/sync_driver/non_ui_data_type_controller.h"
12 13
13 class Profile; 14 class Profile;
14 15
15 namespace extensions { 16 namespace extensions {
16 class StorageFrontend; 17 class StorageFrontend;
17 } 18 }
18 19
19 namespace sync_driver { 20 namespace sync_driver {
20 class SyncClient; 21 class SyncClient;
(...skipping 28 matching lines...) Expand all
49 50
50 // Only used on the UI thread. 51 // Only used on the UI thread.
51 Profile* profile_; 52 Profile* profile_;
52 53
53 DISALLOW_COPY_AND_ASSIGN(ExtensionSettingDataTypeController); 54 DISALLOW_COPY_AND_ASSIGN(ExtensionSettingDataTypeController);
54 }; 55 };
55 56
56 } // namespace browser_sync 57 } // namespace browser_sync
57 58
58 #endif // CHROME_BROWSER_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__ 59 #endif // CHROME_BROWSER_SYNC_GLUE_EXTENSION_SETTING_DATA_TYPE_CONTROLLER_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698