| Index: chrome/browser/sync/tools/sync_constants.cc
|
| ===================================================================
|
| --- chrome/browser/sync/tools/sync_constants.cc (revision 49356)
|
| +++ chrome/browser/sync/tools/sync_constants.cc (working copy)
|
| @@ -1,14 +0,0 @@
|
| -// 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.
|
| -
|
| -#include "chrome/browser/sync/tools/sync_constants.h"
|
| -
|
| -namespace sync_tools {
|
| -
|
| -const char kAutoFillType[] = "AUTOFILL";
|
| -const char kBookmarkType[] = "BOOKMARK";
|
| -const char kPreferenceType[] = "PREFERENCE";
|
| -const char kThemeType[] = "THEME";
|
| -
|
| -} // namespace sync_tools
|
|
|