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: components/web_cache/browser/web_cache_manager_unittest.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 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 #include <stddef.h>
6
5 #include <string> 7 #include <string>
6 8
7 #include "base/message_loop/message_loop.h" 9 #include "base/message_loop/message_loop.h"
8 #include "components/web_cache/browser/web_cache_manager.h" 10 #include "components/web_cache/browser/web_cache_manager.h"
9 #include "content/public/test/test_browser_thread.h" 11 #include "content/public/test/test_browser_thread.h"
10 #include "testing/gtest/include/gtest/gtest.h" 12 #include "testing/gtest/include/gtest/gtest.h"
11 13
12 using base::Time; 14 using base::Time;
13 using base::TimeDelta; 15 using base::TimeDelta;
14 using content::BrowserThread; 16 using content::BrowserThread;
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 manager()->ReviseAllocationStrategy(); 459 manager()->ReviseAllocationStrategy();
458 460
459 manager()->Remove(kRendererID); 461 manager()->Remove(kRendererID);
460 manager()->ReviseAllocationStrategy(); 462 manager()->ReviseAllocationStrategy();
461 463
462 manager()->ObserveActivity(kRendererID); 464 manager()->ObserveActivity(kRendererID);
463 manager()->ReviseAllocationStrategy(); 465 manager()->ReviseAllocationStrategy();
464 } 466 }
465 467
466 } // namespace web_cache 468 } // namespace web_cache
OLDNEW
« no previous file with comments | « components/web_cache/browser/web_cache_manager.cc ('k') | components/web_cache/common/web_cache_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698