// 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
