Index: android_webview/native/cookie_manager.cc |
diff --git a/android_webview/native/cookie_manager.cc b/android_webview/native/cookie_manager.cc |
index 5d7441887b074d9cd718b366d02f424eb79a7032..13fcb35e1f7c81585b111a906412ff414beb5bc1 100644 |
--- a/android_webview/native/cookie_manager.cc |
+++ b/android_webview/native/cookie_manager.cc |
@@ -13,8 +13,8 @@ |
#include "base/android/path_utils.h" |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
-#include "base/file_util.h" |
#include "base/files/file_path.h" |
+#include "base/files/file_util.h" |
#include "base/lazy_instance.h" |
#include "base/message_loop/message_loop.h" |
#include "base/message_loop/message_loop_proxy.h" |
@@ -609,4 +609,4 @@ bool RegisterCookieManager(JNIEnv* env) { |
return RegisterNativesImpl(env); |
} |
-} // android_webview namespace |
+} // namespace android_webview |