summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/tools/sync_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/tools/sync_constants.h')
-rw-r--r--chrome/browser/sync/tools/sync_constants.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/chrome/browser/sync/tools/sync_constants.h b/chrome/browser/sync/tools/sync_constants.h
new file mode 100644
index 0000000..a80cc3d
--- /dev/null
+++ b/chrome/browser/sync/tools/sync_constants.h
@@ -0,0 +1,17 @@
+// 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.
+
+#ifndef CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_
+#define CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_
+
+namespace sync_tools {
+
+extern const char kAutoFillType[];
+extern const char kBookmarkType[];
+extern const char kPreferenceType[];
+extern const char kThemeType[];
+
+} // namespace sync_tools
+
+#endif // CHROME_BROWSER_SYNC_TOOLS_SYNC_CONSTANTS_H_