blob: 4307c9271f38d294200f4374dfc406829446d2b9 [file] [log] [blame]
// Copyright 2014 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 COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_
#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_
namespace prefs {
// Alphabetical list of preference names specific to the Google
// component. Keep alphabetized, and document each in the .cc file.
extern const char kLastKnownGoogleURL[];
} // namespace prefs
#endif // COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_PREF_NAMES_H_