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

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

Issue 13392014: Move c/b/webdata/ code to components/webdata/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge 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_database_table.h
diff --git a/chrome/browser/webdata/web_database_table.h b/components/webdata/common/web_database_table.h
similarity index 93%
rename from chrome/browser/webdata/web_database_table.h
rename to components/webdata/common/web_database_table.h
index adef00ff290e6800498557cc46dc133047ea692c..25ebf7da1025447772a2ed3d0b92c99cb050ed4f 100644
--- a/chrome/browser/webdata/web_database_table.h
+++ b/components/webdata/common/web_database_table.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_DATABASE_TABLE_H_
-#define CHROME_BROWSER_WEBDATA_WEB_DATABASE_TABLE_H_
+#ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
+#define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_
#include "base/logging.h"
@@ -62,4 +62,4 @@ class WebDatabaseTable {
DISALLOW_COPY_AND_ASSIGN(WebDatabaseTable);
};
-#endif // CHROME_BROWSER_WEBDATA_WEB_DATABASE_TABLE_H_
+#endif // COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_TABLE_H_

Powered by Google App Engine
This is Rietveld 408576698