chromium/chrome/test/base/scoped_browser_locale.h

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

#ifndef CHROME_TEST_BASE_SCOPED_BROWSER_LOCALE_H_
#define CHROME_TEST_BASE_SCOPED_BROWSER_LOCALE_H_

#include <string>

// Helper class to temporarily set the locale of the browser process.
class ScopedBrowserLocale {};

#endif  // CHROME_TEST_BASE_SCOPED_BROWSER_LOCALE_H_