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

Unified Diff: content/common/ax_tree_source.cc

Issue 67283004: First step to move common accessibility code out of content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactored AXTreeImpl::UpdateNode Created 7 years, 1 month 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: content/common/ax_tree_source.cc
diff --git a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc b/content/common/ax_tree_source.cc
similarity index 66%
copy from native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
copy to content/common/ax_tree_source.cc
index 1006822ed21767e07ef0032ddefddca842698d98..a3d6a41bbee960ee2827c30619c513f739d3a199 100644
--- a/native_client_sdk/src/tests/nacl_io_test/mount_mock.cc
+++ b/content/common/ax_tree_source.cc
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "mount_mock.h"
+#include "content/common/ax_tree_source.h"
-MountMock::MountMock() {}
+namespace content {
-MountMock::~MountMock() {}
+
+} // namespace content

Powered by Google App Engine
This is Rietveld 408576698