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

Side by Side Diff: chrome/browser/sync_file_system/local_change_processor.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_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_ 5 #ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_
6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_ 6 #define CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_
7 7
8 #include "base/callback_forward.h" 8 #include "base/callback_forward.h"
9 #include "base/macros.h"
9 #include "chrome/browser/sync_file_system/sync_callbacks.h" 10 #include "chrome/browser/sync_file_system/sync_callbacks.h"
10 11
11 namespace storage { 12 namespace storage {
12 class FileSystemURL; 13 class FileSystemURL;
13 } 14 }
14 15
15 namespace sync_file_system { 16 namespace sync_file_system {
16 17
17 class FileChange; 18 class FileChange;
18 19
(...skipping 18 matching lines...) Expand all
37 const storage::FileSystemURL& url, 38 const storage::FileSystemURL& url,
38 const SyncStatusCallback& callback) = 0; 39 const SyncStatusCallback& callback) = 0;
39 40
40 private: 41 private:
41 DISALLOW_COPY_AND_ASSIGN(LocalChangeProcessor); 42 DISALLOW_COPY_AND_ASSIGN(LocalChangeProcessor);
42 }; 43 };
43 44
44 } // namespace sync_file_system 45 } // namespace sync_file_system
45 46
46 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_ 47 #endif // CHROME_BROWSER_SYNC_FILE_SYSTEM_LOCAL_CHANGE_PROCESSOR_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698