summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_bookmarks_module_constants.h
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-13 02:29:30 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-13 02:29:30 +0000
commit315e7d45e23bc4db2a56b4954b8343ef17676ac5 (patch)
treeb6213f52635a062df2f2fe3302e37f881a118ad6 /chrome/browser/extensions/extension_bookmarks_module_constants.h
parentc9b6a65a0bf384651604e3d4e8625ae0483bf8e9 (diff)
downloadchromium_src-315e7d45e23bc4db2a56b4954b8343ef17676ac5.zip
chromium_src-315e7d45e23bc4db2a56b4954b8343ef17676ac5.tar.gz
chromium_src-315e7d45e23bc4db2a56b4954b8343ef17676ac5.tar.bz2
Convert wide string constants in extension_bookmarks_module_constants.
BUG=23581 TEST=builds and passes tests Review URL: http://codereview.chromium.org/3169011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_bookmarks_module_constants.h')
-rw-r--r--chrome/browser/extensions/extension_bookmarks_module_constants.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/chrome/browser/extensions/extension_bookmarks_module_constants.h b/chrome/browser/extensions/extension_bookmarks_module_constants.h
index 8c2f8fb..27de3a0 100644
--- a/chrome/browser/extensions/extension_bookmarks_module_constants.h
+++ b/chrome/browser/extensions/extension_bookmarks_module_constants.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -11,21 +11,21 @@
namespace extension_bookmarks_module_constants {
// Keys.
-extern const wchar_t kIdKey[];
-extern const wchar_t kIndexKey[];
-extern const wchar_t kParentIdKey[];
-extern const wchar_t kOldIndexKey[];
-extern const wchar_t kOldParentIdKey[];
-extern const wchar_t kUrlKey[];
-extern const wchar_t kTitleKey[];
-extern const wchar_t kChildrenKey[];
-extern const wchar_t kChildIdsKey[];
-extern const wchar_t kRecursiveKey[];
-extern const wchar_t kDateAddedKey[];
-extern const wchar_t kDateGroupModifiedKey[];
+extern const char kIdKey[];
+extern const char kIndexKey[];
+extern const char kParentIdKey[];
+extern const char kOldIndexKey[];
+extern const char kOldParentIdKey[];
+extern const char kUrlKey[];
+extern const char kTitleKey[];
+extern const char kChildrenKey[];
+extern const char kChildIdsKey[];
+extern const char kRecursiveKey[];
+extern const char kDateAddedKey[];
+extern const char kDateGroupModifiedKey[];
// TODO(arv): Move bookmark manager related constants out of this file.
-extern const wchar_t kSameProfileKey[];
-extern const wchar_t kElementsKey[];
+extern const char kSameProfileKey[];
+extern const char kElementsKey[];
// Errors.
extern const char kNoNodeError[];