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

Side by Side Diff: content/browser/frame_host/navigator_impl.h

Issue 790623002: Drop unused base/tuple.h inclusion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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 CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_ 5 #ifndef CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
6 #define CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_ 6 #define CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
7 7
8 #include "base/containers/scoped_ptr_hash_map.h" 8 #include "base/containers/scoped_ptr_hash_map.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/time/time.h" 11 #include "base/time/time.h"
12 #include "base/tuple.h"
13 #include "content/browser/frame_host/navigation_controller_impl.h" 12 #include "content/browser/frame_host/navigation_controller_impl.h"
14 #include "content/browser/frame_host/navigator.h" 13 #include "content/browser/frame_host/navigator.h"
15 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
16 #include "url/gurl.h" 15 #include "url/gurl.h"
17 16
18 class GURL; 17 class GURL;
19 struct FrameMsg_Navigate_Params; 18 struct FrameMsg_Navigate_Params;
20 19
21 namespace content { 20 namespace content {
22 21
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 // different FrameTreeNodes, based on the frame_tree_node_id. 135 // different FrameTreeNodes, based on the frame_tree_node_id.
137 typedef base::ScopedPtrHashMap<int64, NavigationRequest> NavigationRequestMap; 136 typedef base::ScopedPtrHashMap<int64, NavigationRequest> NavigationRequestMap;
138 NavigationRequestMap navigation_request_map_; 137 NavigationRequestMap navigation_request_map_;
139 138
140 DISALLOW_COPY_AND_ASSIGN(NavigatorImpl); 139 DISALLOW_COPY_AND_ASSIGN(NavigatorImpl);
141 }; 140 };
142 141
143 } // namespace content 142 } // namespace content
144 143
145 #endif // CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_ 144 #endif // CONTENT_BROWSER_FRAME_HOST_NAVIGATOR_IMPL_H_
OLDNEW
« no previous file with comments | « components/content_settings/core/browser/host_content_settings_map.h ('k') | device/hid/hid_connection_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698