Index: components/webdata/common/web_data_results.h |
diff --git a/chrome/browser/api/webdata/web_data_results.h b/components/webdata/common/web_data_results.h |
similarity index 94% |
rename from chrome/browser/api/webdata/web_data_results.h |
rename to components/webdata/common/web_data_results.h |
index 87e13c8d08987c8acc0480b76f33e07acefbbfb6..9b27a3e86412fb07871a58c9556f618adb777d3b 100644 |
--- a/chrome/browser/api/webdata/web_data_results.h |
+++ b/components/webdata/common/web_data_results.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_API_WEBDATA_WEB_DATA_RESULTS_H_ |
-#define CHROME_BROWSER_API_WEBDATA_WEB_DATA_RESULTS_H_ |
+#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATA_RESULTS_H_ |
+#define COMPONENTS_WEBDATA_COMMON_WEB_DATA_RESULTS_H_ |
#include "base/basictypes.h" |
#include "base/callback.h" |
@@ -131,4 +131,4 @@ template <class T> class WDObjectResult : public WDTypedResult { |
DISALLOW_COPY_AND_ASSIGN(WDObjectResult); |
}; |
-#endif // CHROME_BROWSER_API_WEBDATA_WEB_DATA_RESULTS_H_ |
+#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATA_RESULTS_H_ |