Chromium Code Reviews| Index: chrome/browser/chromeos/login/helper.h |
| diff --git a/chrome/browser/chromeos/login/helper.h b/chrome/browser/chromeos/login/helper.h |
| index c02cd58908047dc554562f02f5c9bdc9377989ab..d72595a84f60797841b9dc03a8621ac9ad44c9dc 100644 |
| --- a/chrome/browser/chromeos/login/helper.h |
| +++ b/chrome/browser/chromeos/login/helper.h |
| @@ -23,11 +23,11 @@ class Size; |
| namespace content { |
| class StoragePartition; |
| -} |
| +} // namespace content |
|
achuithb
2015/11/05 23:26:12
I think we don't do this when the namespace is sma
stevenjb
2015/11/05 23:48:25
+1
xdai1
2015/11/06 23:23:02
Done.
|
| namespace net { |
| class URLRequestContextGetter; |
| -} |
| +} // namespace net |
| namespace chromeos { |