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

Side by Side Diff: chrome/browser/enumerate_modules_model_win.h

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_ENUMERATE_MODULES_MODEL_WIN_H_ 5 #ifndef CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
6 #define CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_ 6 #define CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
7 7
8 #include <utility> 8 #include <utility>
9 #include <vector> 9 #include <vector>
10 10
11 #include "base/gtest_prod_util.h" 11 #include "base/gtest_prod_util.h"
12 #include "base/macros.h"
12 #include "base/memory/ref_counted.h" 13 #include "base/memory/ref_counted.h"
13 #include "base/memory/singleton.h" 14 #include "base/memory/singleton.h"
14 #include "base/strings/string16.h" 15 #include "base/strings/string16.h"
15 #include "base/timer/timer.h" 16 #include "base/timer/timer.h"
16 #include "content/public/browser/browser_thread.h" 17 #include "content/public/browser/browser_thread.h"
17 #include "url/gurl.h" 18 #include "url/gurl.h"
18 19
19 class EnumerateModulesModel; 20 class EnumerateModulesModel;
20 21
21 namespace base { 22 namespace base {
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 int modules_to_notify_about_; 357 int modules_to_notify_about_;
357 358
358 // The number of suspected bad modules (not including confirmed bad ones) 359 // The number of suspected bad modules (not including confirmed bad ones)
359 // found during last scan. 360 // found during last scan.
360 int suspected_bad_modules_detected_; 361 int suspected_bad_modules_detected_;
361 362
362 DISALLOW_COPY_AND_ASSIGN(EnumerateModulesModel); 363 DISALLOW_COPY_AND_ASSIGN(EnumerateModulesModel);
363 }; 364 };
364 365
365 #endif // CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_ 366 #endif // CHROME_BROWSER_ENUMERATE_MODULES_MODEL_WIN_H_
OLDNEW
« no previous file with comments | « chrome/browser/enumerate_modules_model_unittest_win.cc ('k') | chrome/browser/enumerate_modules_model_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698