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

Unified Diff: chrome/common/search/mock_searchbox.cc

Issue 2086223002: Convert instant search messages to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 3 years, 11 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
« no previous file with comments | « chrome/common/search/mock_searchbox.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/search/mock_searchbox.cc
diff --git a/chrome/common/search/mock_searchbox.cc b/chrome/common/search/mock_searchbox.cc
new file mode 100644
index 0000000000000000000000000000000000000000..a6412a36517374a7b8d6193a4490ff4e3569ccbb
--- /dev/null
+++ b/chrome/common/search/mock_searchbox.cc
@@ -0,0 +1,8 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/common/search/mock_searchbox.h"
+
+MockSearchBox::MockSearchBox() = default;
+MockSearchBox::~MockSearchBox() = default;
« no previous file with comments | « chrome/common/search/mock_searchbox.h ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698