Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(559)

Unified Diff: android_webview/browser/aw_quota_manager_bridge.cc

Issue 12253057: Implement WebStorage API methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/browser/aw_quota_manager_bridge.cc
diff --git a/components/visitedlink/common/visitedlink_message_generator.h b/android_webview/browser/aw_quota_manager_bridge.cc
similarity index 50%
copy from components/visitedlink/common/visitedlink_message_generator.h
copy to android_webview/browser/aw_quota_manager_bridge.cc
index e4a496bafb35d288bc26a64d91548826aaa3fe19..4a87cd610750909a161a4131f05d1e8faa71753c 100644
--- a/components/visitedlink/common/visitedlink_message_generator.h
+++ b/android_webview/browser/aw_quota_manager_bridge.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Multiply-included file, no traditional include guard.
+#include "android_webview/browser/aw_quota_manager_bridge.h"
-#include "components/visitedlink/common/visitedlink_messages.h"
+namespace android_webview {
+AwQuotaManagerBridge::~AwQuotaManagerBridge() {}
+} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_quota_manager_bridge.h ('k') | android_webview/browser/aw_quota_permission_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698