// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_COMMON_IMPORTER_IMPORTER_URL_ROW_H_ #define CHROME_COMMON_IMPORTER_IMPORTER_URL_ROW_H_ #include <string> #include "base/time/time.h" #include "url/gurl.h" // Used as the target for importing history URLs from other browser's profiles // in the utility process. Converted to history::URLRow after being passed via // IPC to the browser. struct ImporterURLRow { … }; #endif // CHROME_COMMON_IMPORTER_IMPORTER_URL_ROW_H_