summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 17:32:43 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-04 17:32:43 +0000
commit721095560c18275f0384d2526d34177b84c217c2 (patch)
tree523d6808c35498f7aefea28be40577734565836a /chrome
parent3d0bbe01693daefabaf9a32a7e944d4c8b026f14 (diff)
downloadchromium_src-721095560c18275f0384d2526d34177b84c217c2.zip
chromium_src-721095560c18275f0384d2526d34177b84c217c2.tar.gz
chromium_src-721095560c18275f0384d2526d34177b84c217c2.tar.bz2
Change line endings to Unix on url_constants.*
Review URL: http://codereview.chromium.org/40113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/common/url_constants.h66
1 files changed, 33 insertions, 33 deletions
diff --git a/chrome/common/url_constants.h b/chrome/common/url_constants.h
index 1cbf97b..21808ce 100644
--- a/chrome/common/url_constants.h
+++ b/chrome/common/url_constants.h
@@ -1,35 +1,35 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Contains constants for known URLs and portions thereof.
-
-#ifndef CHROME_COMMON_URL_CONSTANTS_H_
-#define CHROME_COMMON_URL_CONSTANTS_H_
-
-namespace chrome {
-
-// Canonical schemes you can use as input to GURL.SchemeIs().
-extern const char kAboutScheme[];
-extern const char kChromeInternalScheme[]; // Used for new tab page.
-extern const char kChromeUIScheme[]; // The scheme used for DOMUIContentses.
-extern const char kDataScheme[];
+// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Contains constants for known URLs and portions thereof.
+
+#ifndef CHROME_COMMON_URL_CONSTANTS_H_
+#define CHROME_COMMON_URL_CONSTANTS_H_
+
+namespace chrome {
+
+// Canonical schemes you can use as input to GURL.SchemeIs().
+extern const char kAboutScheme[];
+extern const char kChromeInternalScheme[]; // Used for new tab page.
+extern const char kChromeUIScheme[]; // The scheme used for DOMUIContentses.
+extern const char kDataScheme[];
extern const char kExtensionScheme[];
-extern const char kFileScheme[];
-extern const char kFtpScheme[];
-extern const char kHttpScheme[];
-extern const char kHttpsScheme[];
-extern const char kJavaScriptScheme[];
-extern const char kMailToScheme[];
+extern const char kFileScheme[];
+extern const char kFtpScheme[];
+extern const char kHttpScheme[];
+extern const char kHttpsScheme[];
+extern const char kJavaScriptScheme[];
+extern const char kMailToScheme[];
extern const char kUserScriptScheme[];
-extern const char kViewSourceScheme[];
-
-// Used to separate a standard scheme and the hostname: "://".
-extern const char kStandardSchemeSeparator[];
-
-// About URLs (including schmes).
-extern const char kAboutBlankURL[];
-
-} // namespace chrome
-
-#endif // CHROME_COMMON_URL_CONSTANTS_H_
+extern const char kViewSourceScheme[];
+
+// Used to separate a standard scheme and the hostname: "://".
+extern const char kStandardSchemeSeparator[];
+
+// About URLs (including schmes).
+extern const char kAboutBlankURL[];
+
+} // namespace chrome
+
+#endif // CHROME_COMMON_URL_CONSTANTS_H_