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

Side by Side Diff: content/renderer/internal_document_state_data.h

Issue 18868005: content: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_ 5 #ifndef CONTENT_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_
6 #define CONTENT_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_ 6 #define CONTENT_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
11 #include "base/supports_user_data.h" 11 #include "base/supports_user_data.h"
12 #include "googleurl/src/gurl.h"
13 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h" 12 #include "third_party/WebKit/public/platform/WebReferrerPolicy.h"
14 #include "third_party/WebKit/public/platform/WebURLRequest.h" 13 #include "third_party/WebKit/public/platform/WebURLRequest.h"
14 #include "url/gurl.h"
15 15
16 namespace WebKit { 16 namespace WebKit {
17 class WebDataSource; 17 class WebDataSource;
18 } 18 }
19 19
20 namespace content { 20 namespace content {
21 21
22 class AltErrorPageResourceFetcher; 22 class AltErrorPageResourceFetcher;
23 class DocumentState; 23 class DocumentState;
24 24
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 bool referrer_policy_set_; 142 bool referrer_policy_set_;
143 WebKit::WebReferrerPolicy referrer_policy_; 143 WebKit::WebReferrerPolicy referrer_policy_;
144 scoped_ptr<AltErrorPageResourceFetcher> alt_error_page_fetcher_; 144 scoped_ptr<AltErrorPageResourceFetcher> alt_error_page_fetcher_;
145 145
146 DISALLOW_COPY_AND_ASSIGN(InternalDocumentStateData); 146 DISALLOW_COPY_AND_ASSIGN(InternalDocumentStateData);
147 }; 147 };
148 148
149 } // namespace content 149 } // namespace content
150 150
151 #endif // CONTENT_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_ 151 #endif // CONTENT_RENDERER_INTERNAL_DOCUMENT_STATE_DATA_H_
OLDNEW
« no previous file with comments | « content/renderer/image_loading_helper.h ('k') | content/renderer/media/android/media_info_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698