| Index: android_webview/browser/net/aw_cookie_store_wrapper.h
|
| diff --git a/android_webview/browser/net/aw_cookie_store_wrapper.h b/android_webview/browser/net/aw_cookie_store_wrapper.h
|
| index eb90d7d5c4e679df36a8b100d2b151a6b5e23a25..cf8bfbd9dcc878a57a79b3a926300776e3d92bf3 100644
|
| --- a/android_webview/browser/net/aw_cookie_store_wrapper.h
|
| +++ b/android_webview/browser/net/aw_cookie_store_wrapper.h
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#ifndef ANDROID_WEBVIEW_BROWSER_NET_AW_COOKIE_STORE_WRAPPER_H_
|
| +#define ANDROID_WEBVIEW_BROWSER_NET_AW_COOKIE_STORE_WRAPPER_H_
|
| +
|
| #include <string>
|
|
|
| #include "base/bind.h"
|
| @@ -127,4 +130,6 @@ class AwCookieStoreWrapper : public net::CookieStore {
|
| base::WeakPtrFactory<AwCookieStoreWrapper> weak_factory_;
|
| };
|
|
|
| -} // namesspace android_webview
|
| +} // namespace android_webview
|
| +
|
| +#endif // ANDROID_WEBVIEW_BROWSER_NET_AW_COOKIE_STORE_WRAPPER_H_
|
|
|