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

Side by Side Diff: chrome/browser/net/url_fixer_upper.h

Issue 18305: Move url_* to net subdir (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « chrome/browser/net/url_fetcher_unittest.cc ('k') | chrome/browser/net/url_fixer_upper.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/chrome/browser/url_fixer_upper.h:r69-2775
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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 CHROME_BROWSER_URL_FIXER_UPPER_H__ 5 #ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__
6 #define CHROME_BROWSER_URL_FIXER_UPPER_H__ 6 #define CHROME_BROWSER_URL_FIXER_UPPER_H__
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "googleurl/src/url_parse.h" 10 #include "googleurl/src/url_parse.h"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 // 45 //
46 // For "regular" input, even if it is possibly a file with a full path, you 46 // For "regular" input, even if it is possibly a file with a full path, you
47 // should use FixupURL() directly. This function should only be used when 47 // should use FixupURL() directly. This function should only be used when
48 // relative path handling is desired, as for command line processing. 48 // relative path handling is desired, as for command line processing.
49 std::wstring FixupRelativeFile(const std::wstring& base_dir, 49 std::wstring FixupRelativeFile(const std::wstring& base_dir,
50 const std::wstring& text); 50 const std::wstring& text);
51 }; 51 };
52 52
53 #endif // #ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__ 53 #endif // #ifndef CHROME_BROWSER_URL_FIXER_UPPER_H__
54 54
OLDNEW
« no previous file with comments | « chrome/browser/net/url_fetcher_unittest.cc ('k') | chrome/browser/net/url_fixer_upper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698