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

Side by Side Diff: blimp/client/core/session/assignment_source.h

Issue 2443103003: Remove unused include in sequenced_worker_pool.h (Closed)
Patch Set: merge up to r429325 Created 4 years, 1 month 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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_ 5 #ifndef BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
6 #define BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_ 6 #define BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback.h" 10 #include "base/callback.h"
11 #include "base/memory/ref_counted.h"
11 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
12 #include "blimp/client/public/session/assignment.h" 13 #include "blimp/client/public/session/assignment.h"
13 #include "net/url_request/url_fetcher_delegate.h" 14 #include "net/url_request/url_fetcher_delegate.h"
14 #include "url/gurl.h" 15 #include "url/gurl.h"
15 16
16 namespace base { 17 namespace base {
17 class FilePath; 18 class FilePath;
18 class SingleThreadTaskRunner; 19 class SingleThreadTaskRunner;
19 class Value; 20 class Value;
20 } 21 }
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 76
76 base::WeakPtrFactory<AssignmentSource> weak_factory_; 77 base::WeakPtrFactory<AssignmentSource> weak_factory_;
77 78
78 DISALLOW_COPY_AND_ASSIGN(AssignmentSource); 79 DISALLOW_COPY_AND_ASSIGN(AssignmentSource);
79 }; 80 };
80 81
81 } // namespace client 82 } // namespace client
82 } // namespace blimp 83 } // namespace blimp
83 84
84 #endif // BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_ 85 #endif // BLIMP_CLIENT_CORE_SESSION_ASSIGNMENT_SOURCE_H_
OLDNEW
« no previous file with comments | « blimp/client/core/context/assignment_fetcher.h ('k') | blimp/client/core/session/assignment_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698