blob: bc1f0503ce30f0383f6bd709c5a330e108227cec [file] [log] [blame]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/gcm_driver/gcm_driver_constants.h"
#define FPL FILE_PATH_LITERAL
namespace gcm_driver {
const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store");
} // namespace gcm_driver
#undef FPL