summaryrefslogtreecommitdiff
path: root/chromium/components/bookmarks/common/bookmark_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/bookmarks/common/bookmark_constants.cc')
-rw-r--r--chromium/components/bookmarks/common/bookmark_constants.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/components/bookmarks/common/bookmark_constants.cc b/chromium/components/bookmarks/common/bookmark_constants.cc
new file mode 100644
index 00000000000..6c2e5a6d542
--- /dev/null
+++ b/chromium/components/bookmarks/common/bookmark_constants.cc
@@ -0,0 +1,13 @@
+// Copyright 2014 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.
+
+#include "components/bookmarks/common/bookmark_constants.h"
+
+#define FPL FILE_PATH_LITERAL
+
+namespace bookmarks {
+
+const base::FilePath::CharType kBookmarksFileName[] = FPL("Bookmarks");
+
+} // namespace bookmarks