[safe-browsing] Database full hash matches like prefix match.
[chromium-blink-merge.git] / chrome / browser / first_run / first_run_internal_mac.mm
blob38efc789f472f55eb674a9d62926dd52840c5fed
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/first_run/first_run_internal.h"
7 #include "chrome/browser/mac/master_prefs.h"
9 namespace first_run {
10 namespace internal {
12 base::FilePath MasterPrefsPath() {
13   return master_prefs::MasterPrefsPath();
16 }  // namespace internal
17 }  // namespace first_run