| Index: chrome/browser/ui/webui/options2/cookies_view_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options2/cookies_view_handler.cc b/chrome/browser/ui/webui/options2/cookies_view_handler.cc
|
| index 82ef5bb5ea953c442eae4f3932c9c9bfa6299c5d..903a30ff48a849a9a062785be5515647fe1087a8 100644
|
| --- a/chrome/browser/ui/webui/options2/cookies_view_handler.cc
|
| +++ b/chrome/browser/ui/webui/options2/cookies_view_handler.cc
|
| @@ -28,7 +28,7 @@
|
| #include "grit/generated_resources.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| -namespace options2 {
|
| +namespace options {
|
|
|
| CookiesViewHandler::CookiesViewHandler()
|
| : batch_update_(false),
|
| @@ -321,4 +321,4 @@ std::string CookiesViewHandler::GetCallback(
|
| return callback.append(".").append(method);
|
| }
|
|
|
| -} // namespace options2
|
| +} // namespace options
|
|
|