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

Side by Side Diff: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc

Issue 5977010: Move CancellationFlag and WaitableEvent to the synchronization subdirectory.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 "base/command_line.h" 5 #include "base/command_line.h"
6 #include "base/message_loop_proxy.h" 6 #include "base/message_loop_proxy.h"
7 #include "base/ref_counted.h" 7 #include "base/ref_counted.h"
8 #include "base/threading/thread.h" 8 #include "base/threading/thread.h"
9 #include "base/waitable_event.h" 9 #include "base/synchronization/waitable_event.h"
10 #include "chrome/common/net/url_request_context_getter.h" 10 #include "chrome/common/net/url_request_context_getter.h"
11 #include "chrome/service/service_process.h" 11 #include "chrome/service/service_process.h"
12 #include "chrome/service/cloud_print/cloud_print_url_fetcher.h" 12 #include "chrome/service/cloud_print/cloud_print_url_fetcher.h"
13 #include "googleurl/src/gurl.h" 13 #include "googleurl/src/gurl.h"
14 #include "net/test/test_server.h" 14 #include "net/test/test_server.h"
15 #include "net/url_request/url_request_status.h" 15 #include "net/url_request/url_request_status.h"
16 #include "net/url_request/url_request_throttler_manager.h" 16 #include "net/url_request/url_request_throttler_manager.h"
17 #include "net/url_request/url_request_unittest.h" 17 #include "net/url_request/url_request_unittest.h"
18 #include "testing/gtest/include/gtest/gtest.h" 18 #include "testing/gtest/include/gtest/gtest.h"
19 19
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 url, entry); 348 url, entry);
349 349
350 CreateFetcher(url, 11); 350 CreateFetcher(url, 11);
351 351
352 MessageLoop::current()->Run(); 352 MessageLoop::current()->Run();
353 353
354 net::URLRequestThrottlerManager::GetInstance()->EraseEntryForTests(url); 354 net::URLRequestThrottlerManager::GetInstance()->EraseEntryForTests(url);
355 } 355 }
356 356
357 } // namespace. 357 } // namespace.
OLDNEW
« no previous file with comments | « chrome/renderer/cookie_message_filter.h ('k') | chrome/service/gaia/service_gaia_authenticator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698