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

Unified Diff: chrome/browser/component_updater/test/component_patcher_unittest.h

Issue 25883006: Support asynchronous patching operations in the component updater. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests
Patch Set: sorin@, cpu@ review 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: chrome/browser/component_updater/test/component_patcher_unittest.h
diff --git a/chrome/browser/component_updater/test/component_patcher_unittest.h b/chrome/browser/component_updater/test/component_patcher_unittest.h
index ee30308ae9c6198c0ab586117af39e4f0269ec74..a9ed21f75e5487f863468580e35fe4e5408b64b2 100644
--- a/chrome/browser/component_updater/test/component_patcher_unittest.h
+++ b/chrome/browser/component_updater/test/component_patcher_unittest.h
@@ -13,9 +13,12 @@
#include "courgette/third_party/bsdiff.h"
#include "testing/gtest/include/gtest/gtest.h"
-class MockComponentPatcher;
class ReadOnlyTestInstaller;
+namespace component_updater {
+
+class MockComponentPatcher;
+
const char binary_output_hash[] =
"599aba6d15a7da390621ef1bacb66601ed6aed04dadc1f9b445dcfe31296142a";
@@ -39,4 +42,6 @@ class ComponentPatcherOperationTest : public testing::Test {
scoped_ptr<ReadOnlyTestInstaller> installer_;
};
+} // namespace component_updater
+
#endif // CHROME_BROWSER_COMPONENT_UPDATER_TEST_COMPONENT_PATCHER_UNITTEST_H_

Powered by Google App Engine
This is Rietveld 408576698