| Index: components/translate/core/browser/translate_script.h
|
| diff --git a/components/translate/core/browser/translate_script.h b/components/translate/core/browser/translate_script.h
|
| index 156d3a52a04335f908b7ad688cf86ce537e071bc..065ccc7a220eb7bbdaa8c320fd49ab4f7b38574f 100644
|
| --- a/components/translate/core/browser/translate_script.h
|
| +++ b/components/translate/core/browser/translate_script.h
|
| @@ -14,6 +14,8 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/time/time.h"
|
|
|
| +namespace translate {
|
| +
|
| class TranslateScriptTest;
|
| class TranslateURLFetcher;
|
|
|
| @@ -90,4 +92,6 @@ class TranslateScript {
|
| DISALLOW_COPY_AND_ASSIGN(TranslateScript);
|
| };
|
|
|
| +} // namespace translate
|
| +
|
| #endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_SCRIPT_H_
|
|
|