// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/test/base/scoped_testing_local_state.h" #include "chrome/browser/prefs/browser_prefs.h" #include "chrome/test/base/testing_browser_process.h" #include "testing/gtest/include/gtest/gtest.h" ScopedTestingLocalState::ScopedTestingLocalState( TestingBrowserProcess* browser_process) : … { … } ScopedTestingLocalState::~ScopedTestingLocalState() { … }