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

Unified Diff: trunk/src/third_party/libaddressinput/chromium/fallback_data_store.h

Issue 388613002: Revert 282408 "Use upstream libaddressinput in Chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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: trunk/src/third_party/libaddressinput/chromium/fallback_data_store.h
===================================================================
--- trunk/src/third_party/libaddressinput/chromium/fallback_data_store.h (revision 282425)
+++ trunk/src/third_party/libaddressinput/chromium/fallback_data_store.h (working copy)
@@ -1,22 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_FALLBACK_DATA_STORE_H_
-#define THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_FALLBACK_DATA_STORE_H_
-
-#include <string>
-
-namespace autofill {
-
-class FallbackDataStore {
- public:
- // Gets stale, but valid static data for |key|. Should only be used as a last
- // resort after attempts to check the local cache or the webserver have
- // failed.
- static bool Get(const std::string& key, std::string* data);
-};
-
-} // namespace autofill
-
-#endif // THIRD_PARTY_LIBADDRESSINPUT_CHROMIUM_FALLBACK_DATA_STORE_H_

Powered by Google App Engine
This is Rietveld 408576698