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

Unified Diff: components/webdata/common/web_data_service_test_util.h

Issue 13650007: Move WebData component unittests to //components/webdata. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: components/webdata/common/web_data_service_test_util.h
diff --git a/chrome/browser/webdata/web_data_service_test_util.h b/components/webdata/common/web_data_service_test_util.h
similarity index 92%
rename from chrome/browser/webdata/web_data_service_test_util.h
rename to components/webdata/common/web_data_service_test_util.h
index 4bd72ef79bcff8c4c34a7538004dd66b5f5c1ed0..e037a158609d6b552daebb1be299d289678739e0 100644
--- a/chrome/browser/webdata/web_data_service_test_util.h
+++ b/components/webdata/common/web_data_service_test_util.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_WEBDATA_WEB_DATA_SERVICE_TEST_UTIL_H__
-#define CHROME_BROWSER_WEBDATA_WEB_DATA_SERVICE_TEST_UTIL_H__
+#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATA_SERVICE_TEST_UTIL_H__
+#define COMPONENTS_WEBDATA_COMMON_WEB_DATA_SERVICE_TEST_UTIL_H__
#include "base/basictypes.h"
#include "base/message_loop.h"
@@ -73,4 +73,4 @@ class MockWebDataServiceWrapper : public MockWebDataServiceWrapperBase {
DISALLOW_COPY_AND_ASSIGN(MockWebDataServiceWrapper);
};
-#endif // CHROME_BROWSER_WEBDATA_WEB_DATA_SERVICE_TEST_UTIL_H__
+#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATA_SERVICE_TEST_UTIL_H__

Powered by Google App Engine
This is Rietveld 408576698