blob: 587d7b41a9e29d368c9b85e8b8e6438aaa32a429 [file] [log] [blame]
// Copyright (c) 2011 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 "ui/base/clipboard/custom_data_helper.h"
#import <Foundation/Foundation.h>
namespace ui {
// TODO(dcheng): This name is temporary. See crbug.com/106449.
#if !defined(USE_AURA)
NSString* const kWebCustomDataPboardType = @"org.chromium.web-custom-data";
#endif
} // namespace ui