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

Side by Side Diff: content/public/browser/navigation_controller.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_ 5 #ifndef CONTENT_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_
6 #define CONTENT_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_ 6 #define CONTENT_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <string> 9 #include <string>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/memory/ref_counted.h" 12 #include "base/memory/ref_counted.h"
13 #include "base/strings/string16.h" 13 #include "base/strings/string16.h"
14 #include "content/common/content_export.h" 14 #include "content/common/content_export.h"
15 #include "content/public/browser/global_request_id.h" 15 #include "content/public/browser/global_request_id.h"
16 #include "content/public/common/page_transition_types.h" 16 #include "content/public/common/page_transition_types.h"
17 #include "content/public/common/referrer.h" 17 #include "content/public/common/referrer.h"
18 #include "googleurl/src/gurl.h" 18 #include "url/gurl.h"
19 19
20 namespace base { 20 namespace base {
21 21
22 class RefCountedMemory; 22 class RefCountedMemory;
23 23
24 } // namespace base 24 } // namespace base
25 25
26 namespace content { 26 namespace content {
27 27
28 class BrowserContext; 28 class BrowserContext;
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 426
427 private: 427 private:
428 // This interface should only be implemented inside content. 428 // This interface should only be implemented inside content.
429 friend class NavigationControllerImpl; 429 friend class NavigationControllerImpl;
430 NavigationController() {} 430 NavigationController() {}
431 }; 431 };
432 432
433 } // namespace content 433 } // namespace content
434 434
435 #endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_ 435 #endif // CONTENT_PUBLIC_BROWSER_NAVIGATION_CONTROLLER_H_
OLDNEW
« no previous file with comments | « content/public/browser/load_notification_details.h ('k') | content/public/browser/navigation_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698