// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_STEP_H_ #define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_STEP_H_ #include "build/build_config.h" namespace translate { // Denotes which state the user is in with respect to translate. enum TranslateStep { … }; } // namespace translate #endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_STEP_H_